Skip to content

Commit f8c2a72

Browse files
committed
Update Contributing section in README.md to run the gulp test command rather than just gulp
1 parent 7965cd1 commit f8c2a72

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,15 @@ The full API docs for Autolinker may be referenced at:
368368
Pull requests definitely welcome.
369369
370370
- Make sure to add tests to cover your new functionality/bugfix.
371-
- Run the `gulp` command to build/test (or alternatively, open the `tests/index.html` file to run the tests).
372-
- When committing, please omit checking in the files in the `dist/` folder after building/testing. These are only committed to the repository for users downloading Autolinker via Bower. I will build these files and assign them a version number when merging your PR.
373-
- Please use tabs for indents! Tabs are better for everybody (individuals can set their editors to different tab sizes based on their visual preferences).
371+
- Run the `gulp test` command to build/test (or alternatively, open the
372+
`tests/index.html` file to run the tests).
373+
- When committing, please omit checking in the files in the `dist/`
374+
folder after building/testing. These are only committed to the
375+
repository for users downloading Autolinker via Bower. I will build
376+
these files and assign them a version number when merging your PR.
377+
- Please use tabs for indents! Tabs are better for everybody
378+
(individuals can set their editors to different tab sizes based on
379+
their visual preferences).
374380
375381
376382
## Changelog

0 commit comments

Comments
 (0)