From 87707c18cacef72eee09d9b0bd0ab3a412537ee2 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Tue, 1 Nov 2016 16:49:30 +0100 Subject: [PATCH] Create github Templates (#209) [skip ci] * Create PULL_REQUEST_TEMPLATE.md * Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 35 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 17 ++++++++++++++++ 2 files changed, 52 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..720ddada29 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,35 @@ + + +### Input Code + + +```js +var your => (code) => here; +``` + +### Babylon/Babel Configuration + + +```js +{ + "your": { "config": "here" } +} +``` + +### Expected Behavior + + + +### Current Behavior + + + +### Your Environment + + +| software | version +| ---------------- | ------- +| Babylon | +| node | +| npm | +| Operating System | diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..57ff597728 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ + + +| 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 + +