From 6332507329cfa5c8bb906943fd62899ba630d6d5 Mon Sep 17 00:00:00 2001 From: DJDoubleD <34967020+DJDoubleD@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:35:27 +0200 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/1-bug-report.md | 58 +++++++++++++++++++ .github/ISSUE_TEMPLATE/2-feature-request.md | 36 ++++++++++++ .../ISSUE_TEMPLATE/3-enhancement-request.md | 36 ++++++++++++ 3 files changed, 130 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/2-feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/3-enhancement-request.md diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 0000000..2e9fffe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,58 @@ +--- +name: "🐞 Bug Report" +about: "Report an issue to help the project improve." +title: "[Bug] " +labels: "Type: Bug" +assignees: '' + +--- + +# **🐞 Bug Report** + +## **Describe the bug** + + +* + +--- + +### **Is this a regression?** + + + +--- + +### **To Reproduce** + + + + + +1. +2. +3. +4. + +--- + +### **Expected behaviour** + + +* + +--- + +### **Screenshots** + + +--- + +### **Additional context** + + +* diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md new file mode 100644 index 0000000..36a4961 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature-request.md @@ -0,0 +1,36 @@ +--- +name: "🚀🆕 Feature Request" +about: "Suggest an idea or possible new feature for this project." +title: "[Feature Request] " +labels: "Type: Feature" +assignees: + +--- + +# **🚀 Feature Request** + +## **Is your feature request related to a problem? Please describe.** + + +* + +--- + +## **Describe the solution you'd like** + + +* + +--- + +## **Describe alternatives you've considered** + + +* + +--- + +### **Additional context** + + +* diff --git a/.github/ISSUE_TEMPLATE/3-enhancement-request.md b/.github/ISSUE_TEMPLATE/3-enhancement-request.md new file mode 100644 index 0000000..cdebf15 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-enhancement-request.md @@ -0,0 +1,36 @@ +--- +name: "🚀➕ Enhancement Request" +about: "Suggest an enhancement for this project. Improve an existing feature" +title: "[Enhancement] " +labels: "Type: Enhancement" +assignees: + +--- + +# **🚀 Enhancement Request** + +## **Is your enhancement request related to a problem? Please describe.** + + +* + +--- + +## **Describe the solution you'd like** + + +* + +--- + +## **Describe alternatives you've considered** + + +* + +--- + +### **Additional context** + + +*