diff --git a/.github/ISSUE_TEMPLATE/-u0001f41b-bug-report.md b/.github/ISSUE_TEMPLATE/-u0001f41b-bug-report.md new file mode 100644 index 0000000..f560465 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-u0001f41b-bug-report.md @@ -0,0 +1,44 @@ +--- +name: "\\U0001F41B Bug Report" +about: If something isn't working as expected \U0001F914. +title: '' +labels: 'Type: Bug' +assignees: '' + +--- + +## Bug Report + +**Current Behavior** +A clear and concise description of the behavior. + +**Input Code** +- REPL or Repo link if applicable: + +```js +var your => (code) => here; +``` + +**Expected behavior/code** +A clear and concise description of what you expected to happen (or code). + +**Babel Configuration (.babelrc, package.json, cli command)** + +```js +{ + "your": { "config": "here" } +} +``` + +**Environment** +- Babel version(s): [e.g. v6.0.0, v7.0.0-beta.34] +- Node/npm version: [e.g. Node 8/npm 5] +- OS: [e.g. OSX 10.13.4, Windows 10] +- Monorepo: [e.g. yes/no/Lerna] +- How you are using Babel: [e.g. `cli`, `register`, `loader`] + +**Possible Solution** + + +**Additional context/Screenshots** +Add any other context about the problem here. If applicable, add screenshots to help explain. diff --git a/.github/ISSUE_TEMPLATE/-u0001f680-feature-request.md b/.github/ISSUE_TEMPLATE/-u0001f680-feature-request.md new file mode 100644 index 0000000..1ffab06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-u0001f680-feature-request.md @@ -0,0 +1,23 @@ +--- +name: "\\U0001F680 Feature Request" +about: I have a suggestion (and may want to implement it \U0001F642)! +title: '' +labels: 'Type: Suggestion' +assignees: '' + +--- + +## Feature Request + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I have an issue when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. Add any considered drawbacks. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Teachability, Documentation, Adoption, Migration Strategy** +If you can, explain how users will be able to use this and possibly write out a version the docs. +Maybe a screenshot or design? diff --git a/.github/ISSUE_TEMPLATE/-u0001f917-support-question.md b/.github/ISSUE_TEMPLATE/-u0001f917-support-question.md new file mode 100644 index 0000000..3be3432 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-u0001f917-support-question.md @@ -0,0 +1,10 @@ +--- +name: "\\U0001F917 Support Question" +about: If you have a question \U0001F4AC, please check out our Slack or StackOverflow! +title: '' +labels: 'Type: Question' +assignees: '' + +--- + +