Skip to content

Commit 3f2f8fd

Browse files
dakkaddiemol
authored andcommitted
Removed CLA reference and updated numbering (#7884) [skip ci]
The Contributor Licence Agreement is no longer required so removed other remaining reference. Reindexed the following step title descriptions to correct the numbering for the following contribution guidance.
1 parent d61cecb commit 3f2f8fd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,22 +182,21 @@ Use `git rebase` (not `git merge`) to sync your work from time to time.
182182
Bug fixes and features **should have tests**. Look at other tests to
183183
see how they should be structured.
184184

185-
### Step 8: Push
185+
### Step 6: Push
186186

187187
```shell
188188
% git push origin my-feature-branch
189189
```
190190

191191
Go to https://github.com/yourusername/selenium.git and press the _Pull
192-
Request_ and fill out the form. **Please indicate that you've signed
193-
the CLA** (see Step 6).
192+
Request_ and fill out the form.
194193

195194
Pull requests are usually reviewed within a few days. If there are
196195
comments to address, apply your changes in new commits (preferably
197196
[fixups](http://git-scm.com/docs/git-commit)) and push to the same
198197
branch.
199198

200-
### Step 9: Integration
199+
### Step 7: Integration
201200

202201
When code review is complete, a committer will take your PR and
203202
integrate it on Selenium's master branch. Because we like to keep a

0 commit comments

Comments
 (0)