diff --git a/.github/ISSUE_TEMPLATE/-u0001f917-support-question.md b/.github/ISSUE_TEMPLATE/-u0001f917-support-question.md deleted file mode 100644 index 3be3432..0000000 --- a/.github/ISSUE_TEMPLATE/-u0001f917-support-question.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "\\U0001F917 Support Question" -about: If you have a question \U0001F4AC, please check out our Slack or StackOverflow! -title: '' -labels: 'Type: Question' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/-u0001f41b-bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 64% rename from .github/ISSUE_TEMPLATE/-u0001f41b-bug-report.md rename to .github/ISSUE_TEMPLATE/bug-report.md index f560465..be9fc20 100644 --- a/.github/ISSUE_TEMPLATE/-u0001f41b-bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,10 +1,9 @@ --- -name: "\\U0001F41B Bug Report" -about: If something isn't working as expected \U0001F914. +name: '🐛 Bug Report' +about: If something isn't working as expected 🤔. title: '' labels: 'Type: Bug' assignees: '' - --- ## Bug Report @@ -13,7 +12,8 @@ assignees: '' A clear and concise description of the behavior. **Input Code** -- REPL or Repo link if applicable: + +- REPL or Repo link if applicable: ```js var your => (code) => here; @@ -31,13 +31,15 @@ A clear and concise description of what you expected to happen (or code). ``` **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`] + +- 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** diff --git a/.github/ISSUE_TEMPLATE/-u0001f680-feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 86% rename from .github/ISSUE_TEMPLATE/-u0001f680-feature-request.md rename to .github/ISSUE_TEMPLATE/feature-request.md index 1ffab06..a032ab0 100644 --- a/.github/ISSUE_TEMPLATE/-u0001f680-feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,10 +1,9 @@ --- -name: "\\U0001F680 Feature Request" -about: I have a suggestion (and may want to implement it \U0001F642)! +name: '✨ Feature Request' +about: I have a suggestion (and may want to implement it 🙂)! title: '' labels: 'Type: Suggestion' assignees: '' - --- ## Feature Request diff --git a/.github/ISSUE_TEMPLATE/support-question.md b/.github/ISSUE_TEMPLATE/support-question.md new file mode 100644 index 0000000..07d5ed9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-question.md @@ -0,0 +1,7 @@ +--- +name: '🤗 Support Question' +about: If you have a question 💬 +title: '' +labels: 'Type: Question' +assignees: '' +---