You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+17-16Lines changed: 17 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,23 @@ This process helps us in creating great open source software within a safe legal
8
8
9
9
Thus, before your contribution can be accepted by the project team, contributors must electronically sign the [Eclipse Contributor Agreement (ECA)](http://www.eclipse.org/legal/ECA.php) and follow these preliminary steps:
10
10
11
-
- Obtain an [Eclipse Foundation account](https://accounts.eclipse.org/)
12
-
- Anyone who currently uses Eclipse Bugzilla or Gerrit systems already has one of those
13
-
- Newcomers can [create a new account](https://accounts.eclipse.org/user/register?destination=user)
14
-
- Add your GiHub username to your Eclipse Foundation account
15
-
- ([Log into Eclipse](https://accounts.eclipse.org/))
16
-
- Go to the _Edit Profile_ tab
17
-
- Fill in the _GitHub ID_ under _Social Media Links_ and save
18
-
- Sign the [Eclipse Contributor Agreement](http://www.eclipse.org/legal/ECA.php)
19
-
- ([Log into Eclipse](https://accounts.eclipse.org/))
20
-
- If the _Status_ entry _Eclipse Contributor Agreement_ has a green checkmark, the ECA is already signed
21
-
- If not, go to the _Eclipse Contributor Agreement_ tab or follow the corresponding link under _Status_
22
-
- Fill out the form and sign it electronically
23
-
- Sign-off every commit using the same email address used for your Eclipse account
24
-
- Set the Git user email address with `git config user.email "<your Eclipse account email>"`
25
-
- Add the `-s` flag when you make the commit(s), e.g. `git commit -s -m "feat: add support for magic"`
26
-
- Open a [Pull Request](https://github.com/eclipse/editdor/pulls)
11
+
- Obtain an [Eclipse Foundation account](https://accounts.eclipse.org/)
12
+
- Anyone who currently uses Eclipse Bugzilla or Gerrit systems already has one of those
13
+
- Newcomers can [create a new account](https://accounts.eclipse.org/user/register?destination=user)
14
+
- Add your GiHub username to your Eclipse Foundation account
15
+
- ([Log into Eclipse](https://accounts.eclipse.org/))
16
+
- Go to the _Edit Profile_ tab
17
+
- Fill in the _GitHub ID_ under _Social Media Links_ and save
18
+
- Sign the [Eclipse Contributor Agreement](http://www.eclipse.org/legal/ECA.php)
19
+
- ([Log into Eclipse](https://accounts.eclipse.org/))
20
+
- If the _Status_ entry _Eclipse Contributor Agreement_ has a green checkmark, the ECA is already signed
21
+
- If not, go to the _Eclipse Contributor Agreement_ tab or follow the corresponding link under _Status_
22
+
- Fill out the form and sign it electronically
23
+
- Sign-off every commit using the same email address used for your Eclipse account
24
+
- Set the Git user email address with `git config user.email "<your Eclipse account email>"`
25
+
- Add the `-s` flag when you make the commit(s), e.g. `git commit -s -m "feat: add support for magic"`
26
+
- Open a [Pull Request](https://github.com/eclipse/editdor/pulls)
27
+
27
28
28
29
For more information, please see the Eclipse Committer Handbook:
0 commit comments