Skip to content
Snippets Groups Projects
Commit ab399557 authored by Gunther Brunner's avatar Gunther Brunner
Browse files

Update CONTRIBUTING.md

Add `npm test` note.
parent 958acf36
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,8 @@ We are happy to accept any contributions that make sense and respect the rules l ...@@ -8,7 +8,8 @@ We are happy to accept any contributions that make sense and respect the rules l
2. Create a feature branch for your contribution out of the `master` branch. Only one contribution per branch is accepted. 2. Create a feature branch for your contribution out of the `master` branch. Only one contribution per branch is accepted.
3. Implement your contribution while respecting our rules (see below). 3. Implement your contribution while respecting our rules (see below).
4. If possible, add tests for your contribution to make sure it actually works. 4. If possible, add tests for your contribution to make sure it actually works.
5. Submit a pull request against our `master` branch! 5. Don't forget to run `npm test` just right before submitting, it also checks for code styling issues.
6. Submit a pull request against our `master` branch!
## Rules ## Rules
...@@ -23,4 +24,4 @@ We are happy to accept any contributions that make sense and respect the rules l ...@@ -23,4 +24,4 @@ We are happy to accept any contributions that make sense and respect the rules l
By contributing your code, you agree to license your contribution under our [LICENSE](LICENSE). By contributing your code, you agree to license your contribution under our [LICENSE](LICENSE).
[editorconfig]: <http://editorconfig.org/> [editorconfig]: <http://editorconfig.org/>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment