Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: 🐛 Bug Report
about: Report a bug or unexpected behavior
title: "[Bug]: "
labels: [bug]
assignees: ''
---

## 📋 Checklist (Before Submitting)
- [ ] I have searched existing issues to avoid duplicates.
- [ ] I’m running the latest version of the project.
- [ ] I’ve included steps to reproduce and relevant environment info.

---

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

## 🔁 Steps to Reproduce
Please describe the steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. Scroll to '...'
4. See error

## 🤔 Expected Behavior
What did you expect to happen instead?

## 🖼️ Screenshots / Logs
If applicable, add screenshots, error messages, or logs here.

## 🧠 Environment
- OS: <!-- e.g. Windows 11, Ubuntu 22.04 -->
- Browser: <!-- e.g. Chrome 123 -->
- App/Project Version: <!-- e.g. v1.2.3 -->
- Other Relevant Info:

## ➕ Additional Context
Anything else we should know?
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
blank_issues_enabled: false

contact_links: []

# This file ensures a dropdown menu appears when users click "New Issue".
# Templates listed here are automatically detected from the markdown files.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/custom_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: 🛠️ Custom Issue
about: Use this if your issue doesn't fit other templates
title: "[Custom]: "
labels: []
assignees: ''
---

## 📋 Checklist (Before Submitting)
- [ ] I have reviewed the other issue templates.
- [ ] I have explained the issue or request clearly.
- [ ] I have included all relevant context and details.

---

## 🎯 Summary
Brief description of your issue, request, or question.

## 📌 Details
Explain what you're reporting, suggesting, or asking in more detail.

## ✅ Suggested Solution (if applicable)
Optional: If you have a proposed solution or workaround, describe it here.

## 🔗 Related Links / References
Include any URLs, issue numbers, code snippets, etc.

## ➕ Additional Context
Any extra context or files that might help us understand better.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: 📚 Documentation Issue
about: Report incorrect, missing, or unclear documentation
title: "[Docs]: "
labels: [documentation]
assignees: ''
---

## 📋 Checklist (Before Submitting)
- [ ] I have searched the docs to make sure this hasn’t already been addressed.
- [ ] I have linked the page or section in question.
- [ ] I’ve clearly explained what is wrong or missing.

---

## 📄 Affected Page or Section
Please provide the URL or file name:
<!-- Example: docs/setup.md -->

## ❌ Problem
Describe what is missing, wrong, or unclear.

## ✅ Suggested Fix
How would you improve or clarify the documentation?

## 🔗 Relevant Links
Any related issues, references, or discussions.

## ➕ Additional Notes
Any other context, screenshots, or notes?
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: ✨ Feature Request
about: Suggest a new idea, feature, or enhancement
title: "[Feature]: "
labels: [enhancement]
assignees: ''
---

## 📋 Checklist (Before Submitting)
- [ ] I have searched existing issues and discussions.
- [ ] I am not duplicating an already-requested feature.
- [ ] I have clearly described the use case and value.

---

## 💡 Describe the Feature
What is the feature you would like to see?

## 🎯 Problem / Use Case
What problem does this solve or improve?

## 🚀 Proposed Solution
How would this feature work?

## 🔄 Alternatives Considered
Have you considered other ways to solve this?

## 🖼️ Mockups / Examples (optional)
Add images or code examples that help clarify the idea.

## ➕ Additional Context
Links, references, or anything else that helps explain the request.