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"

(Committer reviews/accepts the request)
(Add Git vs Gerrit information)
Line 14: Line 14:
 
* [https://github.com/eclipse/codewind-vscode https://github.com/eclipse/codewind-vscode] Codewind's Visual Studio Code extension
 
* [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
 +
 +
= Git vs Gerrit =
 +
Codewind project uses Git instead of Gerrit for code review process. Most of the Eclipse development documentation related to code review have instructions related to both Git and Gerrit.  Please refer to the Git specific section for Codewind project.
  
 
= Make a pull request =
 
= Make a pull request =

Revision as of 17:14, 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

Git vs Gerrit

Codewind project uses Git instead of Gerrit for code review process. Most of the Eclipse development documentation related to code review have instructions related to both Git and Gerrit. Please refer to the Git specific section for Codewind project.

Make a pull request

Committer reviews/accepts the request

Refer to the following specific instructions that are most relevant to Codewind:

Back to the top