Skip to content

Commit f487a14

Browse files
committed
chore: update issue templates for improved clarity and structure
1 parent 09170e6 commit f487a14

File tree

3 files changed

+28
-19
lines changed

3 files changed

+28
-19
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,34 @@ labels: bug
66
assignees: ""
77
---
88

9-
**Describe the bug** A clear and concise description of what the bug is.
9+
## Describe the bug
1010

11-
**To Reproduce** Steps to reproduce the behavior:
11+
A clear and concise description of what the bug is.
12+
13+
## To Reproduce
14+
15+
Steps to reproduce the behavior:
1216

1317
1. Go to '...'
1418
2. Click on '....'
1519
3. Scroll down to '....'
1620
4. See error
1721

18-
**Expected behavior** A clear and concise description of what you expected to
19-
happen.
22+
Expected behavior
23+
24+
A clear and concise description of what you expected to happen.
2025

21-
**Screenshots** If applicable, add screenshots to help explain your problem.
26+
Screenshots
2227

23-
**Environment (please complete the following information):**
28+
If applicable, add screenshots to help explain your problem.
29+
30+
## Environment (please complete the following information):
2431

2532
- OS: [e.g. macOS, Windows, Linux]
2633
- Version [e.g. 1.2.3]
2734
- Client [if applicable]
2835
- Version [e.g. 1.2.3]
2936

30-
**Additional context** Add any other context about the problem here.
37+
## Additional context
38+
39+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@ labels: enhancement
66
assignees: ""
77
---
88

9-
**Is your feature request related to a problem? Please describe.** A clear and
10-
concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
## Is your feature request related to a problem? Please describe.
1110

12-
**Describe the solution you'd like** A clear and concise description of what you
13-
want to happen.
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1412

15-
**Describe alternatives you've considered** A clear and concise description of
13+
## Describe the solution you'd like
14+
15+
A clear and concise description of what you want to happen.
16+
17+
## Describe alternatives you've considered
18+
19+
A clear and concise description of
1620
any alternative solutions or features you've considered.
1721

18-
**Additional context** Add any other context or screenshots about the feature
19-
request here.
22+
## Additional context
23+
24+
Add any other context or screenshots about the feature request here.

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ jobs:
6161
- name: "Install uv"
6262
uses: astral-sh/setup-uv@v5
6363

64-
- name: "Prettier"
65-
run: |
66-
npx prettier --check "**/*.{json5,yaml,yml}"
67-
npx prettier --prose-wrap always --check "**/*.md"
68-
6964
- name: "Python format"
7065
run: uvx ruff format --diff .
7166

0 commit comments

Comments
 (0)