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:
Daniel Tschinder
2016-09-07 22:37:49 +02:00
committed by Henry Zhu
parent 1445dadb23
commit a1b46f1640
2 changed files with 76 additions and 0 deletions

18
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View 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 -->