From 4b337699679787f88326b4a445f5d1fa326219de Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 7 Jan 2021 08:50:45 +0000 Subject: [PATCH] Update bug report template --- .github/ISSUE_TEMPLATE/Bug_report.md | 44 ---------------------------- .github/ISSUE_TEMPLATE/bug_report.md | 35 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 44 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md deleted file mode 100644 index 8d755c5..0000000 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -name: "\U0001F41B Bug Report" -about: "If something isn't working as expected \U0001F914." -title: '' -labels: '' -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/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..851a3cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: "\U0001F41B Bug Report" +about: "If something isn't working as expected \U0001F914." +title: '' +labels: '' +assignees: '' + +--- + +# Waiter! There's a bug in my recipe! 🐛 + +## ‼️ Current Behavior +A clear and concise description of the behavior. + +```bash +echo "stuff is broken" +``` + +## ✅ Expected behavior +A clear and concise description of what you expected to happen (or code). + +```bash +echo "stuff is working! +``` + +## 👯‍♂️ Steps to reproduce + +Explain how to reproduce the issue + +## 📖 Context and logs + +Provide any extra context and logs relevant. If the logs are too large to read easily, provide a link via ghostbin / pastebin + +## 💡Possible Solutions +