commit 4d34fe514aae7f79322b0afd1d66b7c7004bb99a parent 6f176f90cde2b84b1b9dcd35ea8135042a67e4fc Author: Amit Dutta <amitdutta4255@gmail.com> Date: Tue, 24 Mar 2026 19:38:27 +0530 New issue template published Diffstat:
| A | .github/ISSUE_TEMPLATE/bug_report.md | | | 20 | ++++++++++++++++++++ |
| A | .github/ISSUE_TEMPLATE/general-issue.md | | | 15 | +++++++++++++++ |
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +## Checklist +- [ ] I read the README.md and CONTRIBUTING.md. +- [ ] I checked the Security Policy; this is NOT a vulnerability. +- [ ] I read the Code of Conduct. + +## Description +Describe the bug and steps to reproduce it. + +## Environment +- Device/Browser: +- Hosting (Render/Local): diff --git a/.github/ISSUE_TEMPLATE/general-issue.md b/.github/ISSUE_TEMPLATE/general-issue.md @@ -0,0 +1,15 @@ +--- +name: General Issue +about: General Issue +title: "[GENERAL]" +labels: general +assignees: '' + +--- + +## Checklist +- [ ] I read the README.md. +- [ ] I read the Code of Conduct. + +## Issue +Describe your question, feedback, or general issue here.