Skip to content

Commit

Permalink
Add guide for PR title (vuejs#3936)
Browse files Browse the repository at this point in the history
* update PR guide for a better release log

* detail on pr title. and fix typo
  • Loading branch information
defcc authored and yyx990803 committed Oct 14, 2016
1 parent 3bbac7e commit 95bf0c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
- Provide convincing reason to add this feature. Ideally you should open a suggestion issue first and have it greenlighted before working on it.

- If fixing a bug:
- If you are resolving a special issue, add `(fix #xxxx[,#xxx])` (#xxxx is the issue id) in your PR title for a better release log, e.g. `update entities encoding/decoding (fix #3899)`.
- Provide detailed description of the bug in the PR. Live demo preferred.
- Add appropriate test coverage if applicable.

Expand Down

0 comments on commit 95bf0c0

Please sign in to comment.