Skip to content

Commit

Permalink
add note about not PRing dist
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jan 27, 2016
1 parent d14eb23 commit 6f8f9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Please accompany all pull requests with the following (where appropriate):
* documentation updates
* examples (for new options being added)

Additionally, when you are ready to submit your PR, please rebase your commits against the latest master branch so they are easier to examine!
Additionally, when you are ready to submit your PR, please rebase your commits against the latest master branch so they are easier to examine! Please make sure you're not committing your re-built `dist` files, either. We'll do that!

Also, please note, your code will not be merged if it does not pass our CI test. Thanks for your contribution!

Other Guidelines
=============
* Please do not include anything from the `dist` directory in your pull request. The contents of this directory are automatically generated when the project maintainers merge pull requests/bump the version/publish to NPM
* The application JavaScript source code is transpiled using [Babel](https://babeljs.io/)
* The application JavaScript source code is transpiled using [Babel](https://babeljs.io/)

0 comments on commit 6f8f9ab

Please sign in to comment.