From 96c68420a9a850713863a10e95e944d1949a91a3 Mon Sep 17 00:00:00 2001 From: rzmk Date: Tue, 19 Sep 2023 01:36:46 -0400 Subject: [PATCH] chore: add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 41 +++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 24 +++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 24 +++++++++++ .../question-or-support-request.md | 14 +++++++ 4 files changed, 103 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question-or-support-request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3e6248b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "" +labels: bug +assignees: "" +--- + +## 🔍 Describe the bug + +A clear and concise description of what the bug is. + +## 🔄 To Reproduce + +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +## ✅ Expected behavior + +A clear and concise description of what you expected to happen. + +## 📸 Screenshots/Recording + +If applicable, add screenshots to help explain your problem. + +## 💻📱 Device Information + +You may optionally include device information if you believe it is relevant to your bug. + +Desktop: + +- OS: [e.g., Windows, MacOS, Linux] +- Other relevant information + +## ℹ Additional context + +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..b52241c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,24 @@ +--- +name: Enhancement +about: Suggest an enhancement for an existing feature. +title: '' +labels: enhancement +assignees: '' + +--- + +## 🔍 Is your enhancement related to a problem? Please describe. + +A clear and concise description of what the problem is. + +## 💡 Describe the solution you'd like. + +A clear and concise description of what you want to happen. + +## 🔁 Describe alternatives you've considered + +A clear and concise description of any alternative solutions or enhancements you've considered. + +## ℹ Additional context + +Add any other context or media about the enhancement here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..fd39d56 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature +assignees: '' + +--- + +## 🔍 Is your feature request related to a problem? Please describe. + +A clear and concise description of what the problem is. + +## 💡 Describe the solution you'd like. + +A clear and concise description of what you want to happen. + +## 🔁 Describe alternatives you've considered + +A clear and concise description of any alternative solutions or features you've considered. + +## ℹ Additional context + +Add any other context or media about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/question-or-support-request.md b/.github/ISSUE_TEMPLATE/question-or-support-request.md new file mode 100644 index 0000000..ebe6be9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-or-support-request.md @@ -0,0 +1,14 @@ +--- +name: Question or Support Request +about: Questions and requests for support. +title: '' +labels: question +assignees: '' + +--- + +## ❓ Question or Support Request + +## Describe your question or ask for support. + +A clear and concise description of your question and/or support request.