Skip to content

Commit 1d08bb2

Browse files
committed
Create a pull request template
1 parent 47cb898 commit 1d08bb2

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.github/pull_request_template.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Description
2+
3+
<!-- Please include a summary of your changes. -->
4+
5+
## Type of Change
6+
7+
<!-- What kind of change does this pull request introduce? (Check all that apply) -->
8+
9+
- [ ] ✨ New snippet
10+
- [ ] 🛠 Improvement to an existing snippet
11+
- [ ] 🐞 Bug fix
12+
- [ ] 📖 Documentation update
13+
- [ ] 🔧 Other (please describe):
14+
15+
## Checklist
16+
17+
<!-- Before submitting, ensure your pull request meets these requirements: -->
18+
19+
- [ ] I have tested my code and verified it works as expected.
20+
- [ ] My code follows the style and contribution guidelines of this project.
21+
- [ ] Comments are added where necessary for clarity.
22+
- [ ] Documentation has been updated (if applicable).
23+
- [ ] There are no new warnings or errors from my changes.
24+
25+
## Related Issues
26+
27+
<!-- Link any relevant issues (use #issue-number syntax). If not, leave it empty -->
28+
29+
Closes #
30+
31+
## Additional Context
32+
33+
<!-- Add any extra details, questions, or considerations here. -->
34+
35+
## Screenshots (Optional)
36+
37+
<!-- If your changes affect visuals, please include screenshots. -->
38+
39+
<details>
40+
<summary>Click to view screenshots</summary>
41+
42+
<!-- Add your screenshots here -->
43+
44+
</details>

0 commit comments

Comments
 (0)