Skip to content

Commit 5f1c971

Browse files
committed
Update PR templates
1 parent fd12648 commit 5f1c971

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
name: Pull Request
3+
about: Submit changes to the project for review and inclusion
4+
---
5+
6+
## Description
7+
8+
<!--- Describe the changes introduced by this pull request. -->
9+
<!--- Explain what problem it solves or what feature/fix it adds. -->
10+
11+
## Related Issue
12+
13+
<!--- If this pull request is related to a specific issue, reference it here using #issue_number. -->
14+
<!--- For example, "Fixes #123" or "Addresses #456". -->
15+
16+
This PR fixes #
17+
18+
## Changes Made
19+
20+
<!--- Provide a summary of the changes made in this pull request. -->
21+
<!--- Include any relevant technical details or architecture changes. -->
22+
23+
- Change 1
24+
- Change 2
25+
- ...
26+
27+
## Testing Performed
28+
29+
<!--- Describe the testing that you have performed to validate these changes. -->
30+
<!--- Include information about test cases, testing environments, and results. -->
31+
32+
- Tested feature X in scenario Y.
33+
- Ran unit tests for component Z.
34+
- Tested on browsers A, B, and C.
35+
- ...
36+
37+
## Checklist
38+
39+
<!--- Please check the boxes that apply to this pull request. -->
40+
<!--- You can add or remove items as needed. -->
41+
42+
- [ ] I have tested these changes locally and they work as expected.
43+
- [ ] I have added/updated tests that prove the effectiveness of these changes.
44+
- [ ] I have updated the documentation to reflect these changes, if applicable.
45+
- [ ] I have followed the project's coding style guidelines.
46+
- [ ] I have addressed the code review feedback from the previous submission, if applicable.
47+
48+
## Additional Notes for Reviewers
49+
50+
<!--- Provide any additional context or notes for the reviewers. -->
51+
<!--- This might include details about design decisions, potential concerns, or anything else relevant. -->
52+
53+
---
54+
55+
Thank you for contributing to our project! We appreciate your help in improving it.
56+
57+
📚 See [contributing instructions](https://github.com/sugarlabs/musicblocks/blob/master/README.md).
58+
59+
🙋🏾🙋🏼 Questions: [Community Matrix Server](https://matrix.to/#/#sugar:matrix.org).

0 commit comments

Comments
 (0)