Skip to content

Commit 021a923

Browse files
authored
chore: update issue templates
2 parents 11707d1 + 0fa9050 commit 021a923

File tree

3 files changed

+65
-0
lines changed

3 files changed

+65
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: "🐞 Bug report"
3+
about: "Report a bug so we can reproduce, triage and fix it quickly."
4+
title: "[BUG] "
5+
labels: ["bug"]
6+
---
7+
8+
## 🔗 Personal GitHub Account
9+
10+
Please provide your GitHub account URL:
11+
12+
- GitHub profile: [https://github.com/username](https://github.com/username)
13+
14+
# Bug report
15+
16+
**Short description (one line)**
17+
> _Replace this with a one-line summary of the bug (what's broken)._
18+
19+
---
20+
21+
## ✅ Before filing
22+
- [ ] I searched existing issues and PRs; this is not a duplicate.
23+
- [ ] I can reproduce this with latest `main` (or I noted the exact commit/tag below).
24+
- [ ] I removed or redacted any sensitive data (API keys, PII).
25+
26+
---
27+
28+
## Environment
29+
Please fill out as much as you can.
30+
31+
- **App / project version:** `vX.Y.Z` or commit `abcdef`
32+
- **OS:** e.g. `Windows 11 (64-bit)`, `macOS 13.5`, `Ubuntu 24.04`
33+
- **Platform:** `desktop` / `server` / `mobile`
34+
- **Browser & version:** e.g. `Chrome 121.0.0` (if web)
35+
- **Runtime / stack:** e.g. `Node 20.3`, `Python 3.11`, `Java 17`
36+
- **Database / services:** e.g. `Postgres 15`, `Redis 7`
37+
- **How installed:** `npm`, `pip`, `docker-compose`, `binary`, etc.
38+
- **Relevant config / environment variables:** (only non-sensitive parts)
39+
40+
---
41+
42+
## Reproduction steps (step-by-step)
43+
1. Go to `...`
44+
2. Click on `...`
45+
3. Enter `...`
46+
4. See error

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "✨ Feature Request"
3+
about: Suggest a new feature or improvement
4+
title: "[FEATURE] "
5+
labels: enhancement
6+
---
7+
8+
### Feature description
9+
A clear and concise description of the feature you want.
10+
11+
### Why is this needed?
12+
Explain why this feature would be useful.
13+
14+
### Possible solution
15+
If you have an idea of how to implement it, describe here.
16+
17+
### Additional context
18+
Add any other context or screenshots.

0 commit comments

Comments
 (0)