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"

(Current list of Codewind repositories)
(Committer reviews/accepts the request)
Line 18: Line 18:
  
 
= Committer reviews/accepts the request =
 
= Committer reviews/accepts the request =
 +
Refer to the following instructions:
 +
1. [[Overview]https://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions#Overview]
 +
1. [[Code PR review process in Git]https://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions#Git]
 +
1. [[Multiple authors]https://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions#Multiple_Authors]

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

Refer to the following instructions: 1. [[Overview]https://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions#Overview] 1. [[Code PR review process in Git]https://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions#Git] 1. [[Multiple authors]https://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions#Multiple_Authors]

Back to the top