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
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: "🐞 Bug report"
about: "Report a bug so we can reproduce, triage and fix it quickly."
title: "[BUG] "
labels: ["bug"]
---

## 🔗 Personal GitHub Account

Please provide your GitHub account URL:

- GitHub profile: [https://github.com/username](https://github.com/username)

# Bug report

**Short description (one line)**
> _Replace this with a one-line summary of the bug (what's broken)._

---

## ✅ Before filing
- [ ] I searched existing issues and PRs; this is not a duplicate.
- [ ] I can reproduce this with latest `main` (or I noted the exact commit/tag below).
- [ ] I removed or redacted any sensitive data (API keys, PII).

---

## Environment
Please fill out as much as you can.

- **App / project version:** `vX.Y.Z` or commit `abcdef`
- **OS:** e.g. `Windows 11 (64-bit)`, `macOS 13.5`, `Ubuntu 24.04`
- **Platform:** `desktop` / `server` / `mobile`
- **Browser & version:** e.g. `Chrome 121.0.0` (if web)
- **Runtime / stack:** e.g. `Node 20.3`, `Python 3.11`, `Java 17`
- **Database / services:** e.g. `Postgres 15`, `Redis 7`
- **How installed:** `npm`, `pip`, `docker-compose`, `binary`, etc.
- **Relevant config / environment variables:** (only non-sensitive parts)

---

## Reproduction steps (step-by-step)
1. Go to `...`
2. Click on `...`
3. Enter `...`
4. See error
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: true
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: "✨ Feature Request"
about: Suggest a new feature or improvement
title: "[FEATURE] "
labels: enhancement
---

### Feature description
A clear and concise description of the feature you want.

### Why is this needed?
Explain why this feature would be useful.

### Possible solution
If you have an idea of how to implement it, describe here.

### Additional context
Add any other context or screenshots.