Skip to content

Commit 57b1738

Browse files
authored
Merge pull request sugarlabs#5285 from Jetshree/update-issue-templates
chore: add issue templates and title prefixes
2 parents da24653 + 2d48a1d commit 57b1738

File tree

6 files changed

+101
-4
lines changed

6 files changed

+101
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 🐛 Bug Report
33
about: Report an issue to help us improve
4-
title: ""
4+
title: "[Bug]"
55
labels: "Issue-Bug"
66
assignees: ""
77
---

.github/ISSUE_TEMPLATE/chore_task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 🧹Chore or task
33
about: Identify a necessary task to be addressed.
4-
title: ""
4+
title: "[Chore]"
55
labels: ""
66
assignees: ""
77
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 💡 Feature request
33
about: Suggest an enhancement
4-
title: ""
4+
title: "[Feature]"
55
labels: "Issue-Enhancement"
66
assignees: ""
77
---
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
name: 🚀 Performance & Accessibility
3+
about: Suggest improvements for performance or accessibility
4+
title: "[Performance]"
5+
labels: "Issue-Performance"
6+
assignees: ""
7+
---
8+
9+
### Description
10+
11+
<!-- A brief description of the performance or accessibility issue. -->
12+
13+
### Current Behavior
14+
15+
<!-- Describe the current performance metrics or accessibility barrier. Include Lighthouse results, screen reader observations, or other relevant audit details if available. -->
16+
17+
### Expected Behavior
18+
19+
<!-- Describe the expected performance or accessible behavior. -->
20+
21+
### Audits / Screenshots
22+
23+
<!-- Add any relevant audit screenshots or recordings that help explain the issue. -->
24+
25+
### Proposed Solution (Optional)
26+
27+
<!-- Describe your proposed solution or approach to fix the issue. -->
28+
29+
### Environment
30+
31+
- Device type: [e.g., desktop, mobile]
32+
- Operating System: [e.g., Windows, macOS, Linux, Android, iOS]
33+
- Browser (if applicable): [e.g., Chrome, Firefox, Safari]
34+
- Version of Software/Project: [e.g., v1.0.0]
35+
36+
### Checklist
37+
38+
- [ ] I have read and followed the project's code of conduct.
39+
- [ ] I have searched for similar issues before creating this one.
40+
- [ ] I have provided enough information to understand and assess the issue.
41+
- [ ] I am willing to contribute to the resolution of this issue.
42+
43+
---
44+
45+
Thank you for contributing to our project! We appreciate your help in improving it.
46+
47+
📚 See [contributing instructions](https://github.com/sugarlabs/musicblocks/blob/master/README.md).
48+
49+
🙋🏾🙋🏼 Questions: [Community Matrix Server](https://matrix.to/#/#sugar:matrix.org).

.github/ISSUE_TEMPLATE/test_contribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 🧪 Test Contribution
33
about: Add or improve unit tests
4-
title: ""
4+
title: "[Test]"
55
labels: "testing"
66
assignees: ""
77
---
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: 🎨 UI/UX
3+
about: Report UI or UX bugs, inconsistencies, or improvement suggestions
4+
title: "[UI/UX]"
5+
labels: "Issue-User-Experience"
6+
assignees: ""
7+
---
8+
9+
### Description
10+
11+
<!-- Briefly describe the UI/UX issue or improvement idea. -->
12+
13+
### Current Behavior
14+
15+
<!-- Describe the current user interface or user experience behavior. -->
16+
17+
### Expected Behavior
18+
19+
<!-- Describe the intended or preferred behavior of the interface. -->
20+
21+
### Screenshots
22+
23+
<!-- Add screenshots, mockups, or references if available. -->
24+
25+
### Proposed Approach (Optional)
26+
27+
<!-- If you have ideas or suggestions, share them here. -->
28+
29+
### Environment
30+
31+
- Operating System: [e.g., Windows, macOS, Linux]
32+
- Browser (if applicable): [e.g., Chrome, Firefox, Safari]
33+
- Version of Software/Project: [e.g., v1.0.0]
34+
35+
### Checklist
36+
37+
- [ ] I have read and followed the project's code of conduct.
38+
- [ ] I have searched for similar issues before creating this one.
39+
- [ ] I have provided enough information to understand the issue.
40+
- [ ] I am willing to contribute to the resolution of this issue.
41+
42+
---
43+
44+
Thank you for contributing to our project! We appreciate your help in improving it.
45+
46+
📚 See [contributing instructions](https://github.com/sugarlabs/musicblocks/blob/master/README.md).
47+
48+
🙋🏾🙋🏼 Questions: [Community Matrix Server](https://matrix.to/#/#sugar:matrix.org).

0 commit comments

Comments
 (0)