File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Contributor Guidelines
2
+
3
+ This project has automated tests which can be run with ` npm test ` . This will be
4
+ run in Travis CI when you make a Pull Request so please try to ensure that they
5
+ are passing when submitting one. If your PR adds new features please also add
6
+ tests. If your PR fixes a bug, it might be helpful to add a test which would fail
7
+ if the bug was re-introduced.
8
+
9
+ The source code of this project is also checked for coding errors and code style
10
+ consistency using ESLint. You can run it with ` npm run lint ` to see any errors,
11
+ and you can automatically fix some coding style errors using ` npm run lint-fix ` .
Original file line number Diff line number Diff line change @@ -143,6 +143,10 @@ browserify-incremental (eg. with `--save`) to ensure that your browserify versio
143
143
is locked by package.json, because browserify-incremental doesn't specify an
144
144
exact browserify version.
145
145
146
+ ## Contributing
147
+
148
+ Please see the [ Contributor Guidelines] ( CONTRIBUTING.md ) .
149
+
146
150
# license
147
151
148
152
MIT
You can’t perform that action at this time.
0 commit comments