File tree Expand file tree Collapse file tree 2 files changed +43
-28
lines changed Expand file tree Collapse file tree 2 files changed +43
-28
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : Bug report
3
- about : Create a report to help us improve
4
- title : ' '
5
- labels : ' '
2
+ name : Bug Report
3
+ about : Help us improve by reporting an issue
4
+ title : " [Bug]: "
5
+ labels : bug
6
6
assignees : ' '
7
7
---
8
8
9
- ** Describe the bug**
10
- A clear and concise description of what the bug is.
11
-
12
- ** To Reproduce**
13
- Steps to reproduce the behavior:
9
+ ## Description
10
+ Provide a clear and concise description of the bug.
14
11
12
+ ## Steps to Reproduce
13
+ List the steps to reproduce the issue, for example:
15
14
1 . Go to '...'
16
- 2 . Click on '....'
17
- 3 . Scroll down to '....'
18
- 4 . See error
15
+ 2 . Click on '...'
16
+ 3 . Scroll down to '...'
17
+ 4 . Observe the error
18
+
19
+ ## Expected Behavior
20
+ Describe what you expected to happen instead.
21
+
22
+ ## Actual Behavior
23
+ Describe what actually happened.
24
+
25
+ ## Screenshots / Logs
26
+ If applicable, add screenshots or paste relevant log output to help explain the problem.
19
27
20
- ** Expected behavior**
21
- A clear and concise description of what you expected to happen.
28
+ ## Environment
29
+ Please complete the following information (if relevant):
30
+ - OS: [ e.g. Windows 11, macOS 14, Ubuntu 22.04]
31
+ - Browser [ e.g. Chrome 124, Safari 17]
32
+ - App/Service version [ e.g. v1.2.3]
22
33
23
- ** Screenshots **
24
- If applicable, add screenshots to help explain your problem .
34
+ ## Additional Context
35
+ Add any other details that might help us understand or reproduce the issue .
Original file line number Diff line number Diff line change 1
1
---
2
- name : Feature request
3
- about : Suggest an idea for this project
4
- title : ' '
5
- labels : ' '
2
+ name : Feature Request
3
+ about : Suggest an improvement or new idea for this project
4
+ title : " [Feature]: "
5
+ labels : enhancement
6
6
assignees : ' '
7
7
---
8
8
9
- ** Is your feature request related to a problem? Please describe.**
10
- A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
9
+ ## Related Problem
10
+ Is your feature request related to a problem? Please describe clearly.
11
+ Example: "I'm always frustrated when [ ...] "
11
12
12
- ** Describe the solution you'd like **
13
- A clear and concise description of what you want to happen .
13
+ ## Proposed Solution
14
+ Describe the solution or feature you’d like to see implemented .
14
15
15
- ** Describe alternatives you've considered **
16
- A clear and concise description of any alternative solutions or features you' ve considered .
16
+ ## Alternatives Considered
17
+ List any alternative solutions or workarounds you’ ve tried or thought about .
17
18
18
- ** Additional context**
19
- Add any other context or screenshots about the feature request here.
19
+ ## Benefits
20
+ Explain how this feature would improve the project or user experience.
21
+
22
+ ## Additional Context
23
+ Add any other context, examples, or screenshots that might help clarify your idea.
You can’t perform that action at this time.
0 commit comments