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"

(Created page with "This page is a guide to making contributions to [https://projects.eclipse.org/projects/ecd.codewind Eclipse Codewind] = Sign the CLA = = Create/find an issue = == Current l...")
 
(Added ECA info and repositories)
Line 1: Line 1:
 
This page is a guide to making contributions to [https://projects.eclipse.org/projects/ecd.codewind Eclipse Codewind]
 
This page is a guide to making contributions to [https://projects.eclipse.org/projects/ecd.codewind Eclipse Codewind]
  
= Sign the CLA =
+
= Sign the ECA =
 +
 
 +
The first step to contributing to any Eclipse project is to sign the [https://www.eclipse.org/legal/ECA.php Eclipse Contributor Agreement].  To verify that this has been done, go to [https://accounts.eclipse.org/ 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 =
 
= 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 ==
 
== Current list of Codewind repositories ==
 +
 +
* [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-docs https://github.com/eclipse/codewind-docs] - staging area for Codewind documentation
  
 
= Make a pull request =
 
= Make a pull request =
  
 
= Committer reviews/accepts the request =
 
= Committer reviews/accepts the request =

Revision as of 11:56, 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