File tree Expand file tree Collapse file tree 2 files changed +56
-11
lines changed Expand file tree Collapse file tree 2 files changed +56
-11
lines changed Original file line number Diff line number Diff line change 1
- ** Actual Behaviour**
1
+ ---
2
+ name : Bug Report / Feature Request
3
+ about : Report a bug or request a new feature
4
+ title : ' [Bug/Feature]: <short description>'
5
+ labels : ['needs triage']
6
+ assignees : ' '
7
+ ---
2
8
3
- Please state here what is currently happening.
9
+ ### 🔍 Actual Behaviour
4
10
5
- ** Expected Behaviour **
11
+ What is currently happening?
6
12
7
- State here what the feature should enable the user to do.
13
+ ### ✅ Expected Behaviour
8
14
9
- ** Screenshots of the issue **
15
+ What should ideally happen?
10
16
11
- Where-ever possible attach a screenshot of the issue.
17
+ ### 📸 Screenshots
12
18
13
- ** Would you like to work on the issue? **
19
+ If applicable, add screenshots to help explain the issue.
14
20
15
- Please let us know if you can work on it or the issue should be assigned to someone else.
21
+ ### 🧪 Steps to Reproduce (for bugs)
22
+
23
+ 1 . Go to '...'
24
+ 2 . Click on '...'
25
+ 3 . Scroll down to '...'
26
+ 4 . See the error
27
+
28
+ ### 💡 Possible Solution
29
+
30
+ (Optional) Suggest a fix or reason for the bug.
31
+
32
+ ### 🙋♂️ Would You Like to Work on It?
33
+
34
+ Yes / No
Original file line number Diff line number Diff line change 1
- Fixes issue # [ Add issue number here. If you do not solve the issue entirely, please change the message e.g. "First steps for issues #IssueNumber ]
1
+ ### 📌 Fixes
2
2
3
- Changes: [ Add here what changes were made in this issue and if possible provide links. ]
3
+ Fixes #< issue-number > (Use "Fixes", "Closes", or "Resolves" for automatic closing)
4
4
5
- Screenshots for the change:
5
+ ---
6
+
7
+ ### 📝 Summary of Changes
8
+
9
+ - Short description of what was changed
10
+ - Include links to related issues/discussions if any
11
+
12
+ ---
13
+
14
+ ### 📸 Screenshots / Demo (if UI-related)
15
+
16
+ _ Add screenshots, video, or link to deployed preview if applicable_
17
+
18
+ ---
19
+
20
+ ### ✅ Checklist
21
+
22
+ - [ ] I’ve tested my changes locally
23
+ - [ ] I’ve added tests (if applicable)
24
+ - [ ] I’ve updated documentation (if applicable)
25
+ - [ ] My code follows the project’s code style guidelines
26
+
27
+ ---
28
+
29
+ ### 👀 Reviewer Notes
30
+
31
+ _ Add any special notes for the reviewer here_
You can’t perform that action at this time.
0 commit comments