Skip to content

Commit

Permalink
update CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottnelson committed Dec 14, 2017
1 parent 5399f7a commit e4c3905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -8,11 +8,11 @@ When contributing to this repository, please first discuss the change you wish t

Before sending a Pull Request, please make sure that you're assigned the task on a GitHub issue.

* A Pull Request has a higher chance of being accepted if the work has been acknowledged and assigned by the team.
* If a relevant issue exists, please discuss on the issue and get it assigned to yourself on Github.
* If no relevant issue exists, open a new issue and get it assigned to yourself on GitHub.
* Please proceed with a Pull Request only after you're assigned. It'd be sad if your Pull Request (and your hardwork isn't accepted just because the project is moving in a different direction.
* Please do not commit any build / install dependencies directly to the repo.
* Whenever possible, update the JSDocs annotations and/or README.md with relevant changes.
* Whenever possible, update the JSDocs annotations and/or README.md with relevant changes. Online documentation is generated by running `npm run docgen`.
* Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
* Please respond to discussion during Review of your Pull Request.

Expand Down

0 comments on commit e4c3905

Please sign in to comment.