1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-02 14:52:50 +02:00

Correct pull requests section

This commit is contained in:
koalyptus 2017-03-10 19:15:12 +11:00 committed by GitHub
parent ce946b9aed
commit 08529d0d59

View file

@ -116,7 +116,7 @@ In general, we follow the "fork-and-pull" Git workflow.
3. **Commit** changes to your own branch
- 3.1. **Add** unit tests covering your change in the `test` folder
- 3.2. **Run** the tests with the `npm run eslint test` command
- 3.3. **Ensure** build is working with `npm run build-all` command
- 3.3. **Ensure** build is working with `npm run dist` command
4. **Push** your work back up to your fork
5. Submit a **Pull request** so that we can review your changes