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 +