Skip to content

Commit a865ae8

Browse files
committed
Update CONTRIBUTING.md
Fix numbering
1 parent 1238f9a commit a865ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Our goal is to keep `master` stable, but there may be changes that your applicat
1616
We actively welcome your pull requests. When we get one, we'll run some Parse-specific integration tests on it first. From here, we'll need to get a core member to sign off on the changes and then merge the pull request. For API changes we may need to fix internal uses, which could cause some delay. We'll do our best to provide updates and feedback throughout the process.
1717

1818
1. Fork the repo and create your branch from `master`.
19-
4. Add unit tests for any new code you add.
19+
2. Add unit tests for any new code you add.
2020
3. If you've changed APIs, update the documentation.
2121
4. Ensure the test suite passes.
2222
5. Make sure your code lints.

0 commit comments

Comments
 (0)