Skip to content

Commit 34e9a29

Browse files
Merge branch 'master' into fix/loader-initialization
2 parents e1b0446 + 57b1738 commit 34e9a29

File tree

282 files changed

+23939
-14510
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+23939
-14510
lines changed

โ€Ž.DS_Storeโ€Ž

-6 KB
Binary file not shown.

โ€Ž.editorconfigโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ root = true
33
[*]
44
charset = utf-8
55
indent_style = space
6-
indent_size = 2
6+
indent_size = 4
77
end_of_line = lf
88
insert_final_newline = true
99
trim_trailing_whitespace = true

โ€Ž.gitattributesโ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* text=auto eol=lf
2+
*.js text eol=lf
3+
*.json text eol=lf
4+
*.css text eol=lf
5+
*.html text eol=lf
6+
*.md text eol=lf
7+
*.yml text eol=lf
8+
*.yaml text eol=lf

โ€Ž.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).
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: ๐Ÿงช Test Contribution
3+
about: Add or improve unit tests
4+
title: "[Test]"
5+
labels: "testing"
6+
assignees: ""
7+
---
8+
9+
### What needs testing
10+
11+
<!-- Which file, block, or feature needs test coverage? -->
12+
13+
### Current coverage
14+
15+
<!-- If known, what's the current test coverage for this area? -->
16+
17+
### Proposed approach
18+
19+
<!-- How would you approach testing this? -->
20+
21+
### Checklist
22+
23+
- [ ] I have read and followed the project's code of conduct.
24+
- [ ] I have checked that no existing tests cover this area.
25+
- [ ] I have checked that there is no open PR for the tests I am submitting.
26+
- [ ] I have reviewed [docs/TESTING.md](docs/TESTING.md) for testing patterns.
27+
28+
---
29+
30+
๐Ÿ“š See [Testing Guide](docs/TESTING.md) for how to write block tests.
31+
32+
๐Ÿ™‹๐Ÿพ๐Ÿ™‹๐Ÿผ Questions: [Community Matrix Server](https://matrix.to/#/#sugar:matrix.org).
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).

โ€Ž.github/PULL_REQUEST_TEMPLATE/generic.mdโ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ This PR fixes #
4343
- [ ] I have added/updated tests that prove the effectiveness of these changes.
4444
- [ ] I have updated the documentation to reflect these changes, if applicable.
4545
- [ ] I have followed the project's coding style guidelines.
46+
- [ ] I have run `npm run lint` and `npx prettier --check .` with no errors.
4647
- [ ] I have addressed the code review feedback from the previous submission, if applicable.
4748

4849
## Additional Notes for Reviewers

0 commit comments

Comments
ย (0)