angular-cn/.github/PULL_REQUEST_TEMPLATE.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

2017-06-13 17:49:13 -04:00
## PR Checklist
Please check if your PR fulfills the following requirements:
2017-06-13 17:49:13 -04:00
- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
2016-03-03 00:23:47 -05:00
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
2017-06-13 17:49:13 -04:00
## PR Type
What kind of change does this PR introduce?
<!-- Please check the one that applies to this PR using "x". -->
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] angular.io application / infrastructure changes
- [ ] Other... Please describe:
2016-03-03 00:23:47 -05:00
2017-06-13 17:49:13 -04:00
## What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
2016-03-03 00:23:47 -05:00
2017-06-13 17:49:13 -04:00
Issue Number: N/A
2016-03-03 00:23:47 -05:00
2017-06-13 17:49:13 -04:00
## What is the new behavior?
2016-03-03 00:23:47 -05:00
2017-06-13 17:49:13 -04:00
## Does this PR introduce a breaking change?
- [ ] Yes
- [ ] No
2016-03-03 00:23:47 -05:00
2017-06-13 17:49:13 -04:00
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
2016-03-03 00:23:47 -05:00
2017-06-13 17:49:13 -04:00
## Other information