Issue and PR templates (#3690) [skip ci]
* Create PULL_REQUEST_TEMPLATE.md * Create ISSUE_TEMPLATE.md * Use label names in PR template * Update ISSUE_TEMPLATE.md * Update ISSUE_TEMPLATE.md * Update ISSUE_TEMPLATE.md
This commit is contained in:
committed by
Henry Zhu
parent
1445dadb23
commit
a1b46f1640
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<!---
|
||||
Before making a PR please make sure to read our contributing guidlines
|
||||
https://github.com/babel/babel/blob/master/CONTRIBUTING.md
|
||||
-->
|
||||
|
||||
| Q | A
|
||||
| ----------------- | ---
|
||||
| Bug fix? | yes/no
|
||||
| Breaking change? | yes/no
|
||||
| New feature? | yes/no
|
||||
| Deprecations? | yes/no
|
||||
| Spec compliancy? | yes/no
|
||||
| Tests added/pass? | yes/no
|
||||
| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
|
||||
| License | MIT
|
||||
| Doc PR | reference to the documentation PR, if any
|
||||
|
||||
<!-- Describe your changes below in as much detail as possible -->
|
||||
Reference in New Issue
Block a user