From c5700d814a994466807b7dd6fc1200cea50fac11 Mon Sep 17 00:00:00 2001 From: Aarush Jain Date: Tue, 28 Oct 2025 17:34:49 +0530 Subject: [PATCH] Add general issue template for GitHub issues --- .github/ISSUES_TEMPLATE/issue_template.md | 50 +++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/ISSUES_TEMPLATE/issue_template.md diff --git a/.github/ISSUES_TEMPLATE/issue_template.md b/.github/ISSUES_TEMPLATE/issue_template.md new file mode 100644 index 00000000..32f3c4d2 --- /dev/null +++ b/.github/ISSUES_TEMPLATE/issue_template.md @@ -0,0 +1,50 @@ +--- +name: 📝 General Issue Template +about: Report a bug, suggest a feature, or request an enhancement +title: "[TYPE] Short issue summary" +labels: [] +assignees: "" +--- + +## 🧭 Issue Type + +- [ ] 🐞 Bug +- [ ] 💡 Feature Request +- [ ] 🚀 Enhancement + +--- + +## 📝 Description + + +--- + +## 🔍 Steps to Reproduce (for bugs) +1. +2. +3. + +--- + +## ✅ Expected Behavior + + +--- + +## 🧩 Actual Behavior (for bugs) + + +--- + +## 💡 Suggested Solution / Implementation + + +--- + +## 🧰 Additional Context + + +--- + +### 🏷️ Notes for Maintainers +