Skip to content

Commit

Permalink
fix(README): update contribution section (#1143)
Browse files Browse the repository at this point in the history
- close #1142
  • Loading branch information
ezkemboi authored and profnandaa committed Oct 13, 2019
1 parent 1bf0094 commit 71c46e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -171,6 +171,8 @@ In general, we follow the "fork-and-pull" Git workflow.
2. Clone the project to your own machine
3. Work on your fork
1. Make your changes and additions
- Most of your changes should be focused on `src/` and `test/` folders and/or `README.md`.
- Files such as `validator.js`, `validator.min.js` and files in `lib/` folder are autogenerated when running tests (`npm test`) and need not to be changed **manually**.
2. Change or add tests if needed
3. Run tests and make sure they pass
4. Add changes to README.md if needed
Expand Down

0 comments on commit 71c46e1

Please sign in to comment.