File tree Expand file tree Collapse file tree 3 files changed +71
-34
lines changed Expand file tree Collapse file tree 3 files changed +71
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name: Bug Report
3
+ about: Report a bug or unexpected behavior
4
+ title: "[ Bug] "
5
+ labels: bug
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ ## Bug Description
11
+ A clear and concise description of what the bug is.
12
+
13
+ ### Steps to Reproduce
14
+ Steps to reproduce the behavior:
15
+ 1 . Go to '...'
16
+ 2 . Click on '...'
17
+ 3 . Scroll down to '...'
18
+ 4 . See error
19
+
20
+ ### Expected Behavior
21
+ A clear and concise description of what you expected to happen.
22
+
23
+ ### Actual Behavior
24
+ A clear and concise description of what actually happened.
25
+
26
+ ### Screenshots
27
+ If applicable, add screenshots to help explain your problem.
28
+
29
+ ### Additional Context
30
+ Add any other context about the problem here.
31
+
32
+ ---
33
+
34
+ ## Contribution Checklist
35
+ - [ ] I have searched existing issues to ensure this bug hasn't been reported
36
+ - [ ] I have provided clear reproduction steps
37
+ - [ ] I have included relevant environment details
38
+ - [ ] I have described both expected and actual behavior
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature or Enhancement Request
3
+ about : Suggest a new feature or improvement to existing functionality
4
+ title : ' [Enhancement]: <short description>'
5
+ labels : ['enhancement']
6
+ assignees : ' '
7
+ ---
8
+
9
+ ## Enhancement Summary
10
+ A clear and concise description of the enhancement or feature you'd like to see.
11
+
12
+ ### Motivation
13
+ Why is this feature needed? What problem does it solve or what value does it add?
14
+
15
+ ### Proposed Solution
16
+ Describe your idea or how you would like it to work.
17
+
18
+ ### Alternatives Considered
19
+ Have you thought of any other ways to solve the problem?
20
+
21
+ ### Screenshots / Mockups
22
+ If applicable, add visuals or examples of how this could look/work.
23
+
24
+ ### Additional Context
25
+ Any other relevant information or use cases.
26
+
27
+ ---
28
+
29
+ ## Contribution Checklist
30
+ - [ ] I have checked existing enhancement requests
31
+ - [ ] I have clearly described the proposed change
32
+ - [ ] I have explained the motivation and context
33
+ - [ ] I am willing to help implement this feature (optional)
You can’t perform that action at this time.
0 commit comments