Skip to content

Commit b4288d0

Browse files
committed
Add contributing guidelines
1 parent d28ff55 commit b4288d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,11 @@ these methods return a jQuery object containing an empty array, just like
152152
all of jQuery's other DOM traversal methods. Any further chained methods,
153153
therefore, will be called against no elements (which, in most cases,
154154
means that nothing will happen).
155+
156+
## Contributing
157+
158+
Thank you! Please consider the following when working on this repo before you submit a pull request:
159+
160+
* For code changes, please work on the "source" file: `src/jquery.smooth-scroll.js`.
161+
* Style conventions are noted in the `jshint` grunt file options and the `.jscsrc` file. To be sure your additions comply, run `grunt lint` from the command line.
162+
* If possible, please use Tim Pope's [git commit message style](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). Multiple commits in a pull request will be squashed into a single commit. I may adjust the message for clarity, style, or grammar. I manually commit all merged PRs using the `--author` flag to ensure that proper authorship (yours) is maintained.

0 commit comments

Comments
 (0)