Skip to content

Commit be9e3b4

Browse files
committed
ci: add root-level PR template for auto-loading
GitHub only auto-fills PR descriptions from .github/PULL_REQUEST_TEMPLATE.md (root level), not from named templates in subdirectories.
1 parent 831766d commit be9e3b4

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
## Description
2+
3+
<!--- Describe the changes introduced by this pull request. -->
4+
<!--- Explain what problem it solves or what feature/fix it adds. -->
5+
6+
## Related Issue
7+
8+
<!--- If this pull request is related to a specific issue, reference it here using #issue_number. -->
9+
<!--- For example, "Fixes #123" or "Addresses #456". -->
10+
11+
This PR fixes #
12+
13+
## PR Category
14+
15+
<!--- ⚠️ CI ENFORCED: You MUST check at least ONE category below or the CI will fail. -->
16+
<!--- Check all categories that apply to this pull request. -->
17+
18+
- [ ] 🐛 Bug Fix — Fixes a bug or incorrect behavior
19+
- [ ] ✨ Feature — Adds new functionality
20+
- [ ] ⚡ Performance — Improves performance (load time, memory, rendering, etc.)
21+
- [ ] 🧪 Tests — Adds or updates test coverage
22+
- [ ] 📝 Documentation — Updates to docs, comments, or README
23+
24+
## Changes Made
25+
26+
<!--- Provide a summary of the changes made in this pull request. -->
27+
<!--- Include any relevant technical details or architecture changes. -->
28+
29+
- Change 1
30+
- Change 2
31+
- ...
32+
33+
## Testing Performed
34+
35+
<!--- Describe the testing that you have performed to validate these changes. -->
36+
<!--- Include information about test cases, testing environments, and results. -->
37+
38+
- Tested feature X in scenario Y.
39+
- Ran unit tests for component Z.
40+
- Tested on browsers A, B, and C.
41+
- ...
42+
43+
## Checklist
44+
45+
<!--- Please check the boxes that apply to this pull request. -->
46+
<!--- You can add or remove items as needed. -->
47+
48+
- [ ] I have tested these changes locally and they work as expected.
49+
- [ ] I have added/updated tests that prove the effectiveness of these changes.
50+
- [ ] I have updated the documentation to reflect these changes, if applicable.
51+
- [ ] I have followed the project's coding style guidelines.
52+
- [ ] I have run `npm run lint` and `npx prettier --check .` with no errors.
53+
- [ ] I have addressed the code review feedback from the previous submission, if applicable.
54+
55+
## Additional Notes for Reviewers
56+
57+
<!--- Provide any additional context or notes for the reviewers. -->
58+
<!--- This might include details about design decisions, potential concerns, or anything else relevant. -->
59+
60+
---
61+
62+
Thank you for contributing to our project! We appreciate your help in improving it.
63+
64+
📚 See [contributing instructions](https://github.com/sugarlabs/musicblocks/blob/master/README.md).
65+
66+
🙋🏾🙋🏼 Questions: [Community Matrix Server](https://matrix.to/#/#sugar:matrix.org).

0 commit comments

Comments
 (0)