Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

---
name: "🐞 Bug Fix"
about: "Report a bug or something that is not working as expected"
title: "[FIX] "
labels: bug
assignees: ""
---

## 🐛 Bug Description
A clear and concise description of what the bug is.

## 🔄 Steps to Reproduce
Steps to reproduce the behavior:
1. Go to ...
2. Click on ...
3. See error ...

## ✅ Expected Behavior
What should have happened instead?

## 📸 Screenshots / Logs
If applicable, add screenshots or error messages.

## 🖥️ Environment
- OS:
- Version:
- Other relevant info:
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

---
name: "✨ Feature Request"
about: "Suggest a new feature or improvement"
title: "[FEATURE] "
labels: enhancement
assignees: ""
---

## ✨ Description
What would you like to add or improve?

## 🎯 Use Case
Why is this useful? Who benefits from it?

## 💡 Proposed Solution
How could this be implemented? (optional)

## 📎 Additional Info
Anything else you’d like to share? (related issues, links, references, etc.)
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

---
name: "📌 Other"
about: "Questions, discussions, or anything else"
title: "[OTHER] "
labels: question
assignees: ""
---

## 📌 Description
What is this about?

## 🌍 Context
Why is this relevant?

## 📎 Additional Info
Anything else that might be useful.