From a1b46f164072cec5862d8cc12de8ebea42b88ba6 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Wed, 7 Sep 2016 22:37:49 +0200 Subject: [PATCH] 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 --- .github/ISSUE_TEMPLATE.md | 58 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++ 2 files changed, 76 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..56f4dc80da --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,58 @@ + + + + +### Input Code + + +```js +var your => (code) => here; +``` + +### Babel Configuration (.bablerc, package.json, cli command) + + +```js +{ + "your": { "config": "here" } +} +``` + +### Expected Behavior + + + +### Current Behavior + + + +### Possible Solution + + + +### Context + + + +### Your Environment + + +| software | version +| ---------------- | ------- +| Babel | +| node | +| npm | +| Operating System | diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..e349b70bab --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ + + +| 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 + +