From 760042b3c6149d3440f6878831fa71f45ee2bd8f Mon Sep 17 00:00:00 2001 From: Rui Saraiva Date: Mon, 20 Apr 2020 00:06:37 +0100 Subject: [PATCH] chore(github): add issue templates for bug reports and feature requests --- .github/ISSUE_TEMPLATE/bug_report.md | 56 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 32 +++++++++++++ 3 files changed, 89 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7dc8381 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,56 @@ +--- +name: 🐛 Bug Report +about: Tell us if something is broken +labels: bug +--- + + +# 🐛 Bug Report + + + +## How to reproduce + +Steps to reproduce the issue: + + 1. Open the application in a browser + 2. + 3. + + +## 😯 Current Behavior + + + +## 🤔 Expected Behavior + + + +## 💁 Possible Solution + + + +## 🔦 Context + + + +## 💻 Code Sample + + + +## 🌍 Your Environment + + +| Software | Version(s) | +| ---------------- | ---------- | +| Browser | +| Operating System | +| | + +## Related + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0086358 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..071d406 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: 🙋 Feature Request +about: You have an idea? Suggest an improvement! +labels: enhancement +--- + + +# 🙋 Feature Request + + +## 🔦 Context + + + +## 😯 Describe the feature + + + +## 💻 Examples + + + +## 💁 Possible Solution + + + +## Related +