File tree Expand file tree Collapse file tree 3 files changed +28
-19
lines changed Expand file tree Collapse file tree 3 files changed +28
-19
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,34 @@ labels: bug
66assignees : " "
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
13171 . Go to '...'
14182 . Click on '....'
15193 . Scroll down to '....'
16204 . 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.
Original file line number Diff line number Diff line change @@ -6,14 +6,19 @@ labels: enhancement
66assignees : " "
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
1620any 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments