You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -368,9 +368,15 @@ The full API docs for Autolinker may be referenced at:
368
368
Pull requests definitely welcome.
369
369
370
370
- 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 `gulptest` 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
0 commit comments