Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Codewind GitHub Workflows"

(Added ECA info and repositories)
(Current list of Codewind repositories)
Line 12: Line 12:
  
 
* [https://github.com/eclipse/codewind-eclipse https://github.com/eclipse/codewind-eclipse] - Codewind's Eclipse development plugin
 
* [https://github.com/eclipse/codewind-eclipse https://github.com/eclipse/codewind-eclipse] - Codewind's Eclipse development plugin
* [https://github.com/eclipse/codewind-vscode https://github.com/eclipse/codewind-vscode] Codewind's VisualStudio Code plugin
+
* [https://github.com/eclipse/codewind-vscode https://github.com/eclipse/codewind-vscode] Codewind's Visual Studio Code extension
 
* [https://github.com/eclipse/codewind-docs https://github.com/eclipse/codewind-docs] - staging area for Codewind documentation
 
* [https://github.com/eclipse/codewind-docs https://github.com/eclipse/codewind-docs] - staging area for Codewind documentation
  

Revision as of 13:35, 5 June 2019

This page is a guide to making contributions to Eclipse Codewind

Sign the ECA

The first step to contributing to any Eclipse project is to sign the Eclipse Contributor Agreement. To verify that this has been done, go to your Eclipse account (you will need to sign in, if you have not already done so), and look at the Status box on the right hand side. There should be a checkmark next to Eclipse Contributor Agreement. If there is not, please click on Eclipse Contributor Agreement in that box, and it will take you to the agreement that you need to sign. Fill out that form and press the Accept button at the bottom.

Create/find an issue

Codewind uses GitHub for issues and source control. In order to make a contribution, you will need to either locate a currently open (and relevant) issue for your contribution, or else open an issue.

Current list of Codewind repositories

Make a pull request

Committer reviews/accepts the request

Back to the top