Create github Templates (#209) [skip ci]

* Create PULL_REQUEST_TEMPLATE.md

* Create ISSUE_TEMPLATE.md
This commit is contained in:
Daniel Tschinder
2016-11-01 16:49:30 +01:00
committed by Henry Zhu
parent 572bc9c199
commit 87707c18ca
2 changed files with 52 additions and 0 deletions

17
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,17 @@
<!---
Before making a PR please make sure to read our contributing guidelines
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
<!-- Describe your changes below in as much detail as possible -->