Skip to content

Commit db750e8

Browse files
committed
Update CONTRIBUTING.md
1 parent 9f4713c commit db750e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Once you have babel running in watch mode, you can start making changes to parse
6565
* Run the tests for the whole project to make sure the code passes all tests. This can be done by running the test command for a single file but removing the test file argument. The results can be seen at *<PROJECT_ROOT>/coverage/lcov-report/index.html*.
6666
* Lint your code by running `npm run lint` to make sure the code is not going to be rejected by the CI.
6767
* **Do not** publish the *lib* folder.
68+
* Please consider if any changes to the [docs](http://docs.parseplatform.org) are needed or add additional sections in the case of an enhancement or feature.
6869

6970
### Run your tests against Postgres (optional)
7071

0 commit comments

Comments
 (0)