Skip to content

Commit

Permalink
add pull request guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
jareguo committed Feb 24, 2016
1 parent 2e083c7 commit 18be769
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
> Makes sure these boxes are checked before submitting your PR - thank you!
>
- [ ] Check that your javascript is following our [style guide](https://github.com/cocos-creator/fireball/blob/dev/.github/CONTRIBUTING.md) and end files with a newline
- [ ] Document new code with comments in source code based on [API Docs](https://github.com/cocos-creator/fireball#api-docs)
- [ ] If your pull request has gone "stale", you should **rebase** your work on top of the latest version of the upstream branch.
- [ ] If your commit history is full of small, unimportant commits (such as "fix pep8" or "update tests"), **squash** your commits down to a few, or one, discreet changesets before submitting a pull request.

Re: cocos-creator/fireball#

Changes proposed in this pull request:
-
-

@cocos-creator/engine-admins

0 comments on commit 18be769

Please sign in to comment.