* 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
19 lines
603 B
Markdown
19 lines
603 B
Markdown
<!---
|
|
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 -->
|