Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 6a50b44

Browse files
committed
chore: add pull request template
1 parent 7462009 commit 6a50b44

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

β€Ž.github/pull_request_template.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!--
2+
For Work In Progress Pull Requests, please use the Draft PR feature,
3+
see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details.
4+
5+
Before submitting a Pull Request, please ensure you've done the following:
6+
- πŸ‘·οΈ Create small PRs.
7+
- πŸ“ Use descriptive commit messages.
8+
- πŸ“— Update any related documentation and include any relevant screenshots.
9+
-->
10+
11+
## Description
12+
<!--- Describe your changes in detail -->
13+
14+
15+
## What type of PR is this? (check all applicable)
16+
- [ ] πŸ• Feature
17+
- [ ] πŸ› Bug Fix
18+
- [ ] πŸ“ Documentation Update
19+
- [ ] 🎨 Style
20+
- [ ] πŸ§‘β€πŸ’» Code Refactor
21+
- [ ] πŸ€– Build
22+
- [ ] πŸ” CI
23+
- [ ] πŸ“¦ Chore
24+
- [ ] ⏩ Revert
25+
26+
27+
## Related Issues and Pull Requests
28+
**Fixes:** #(issue/ pr number) <br/>
29+
**Closes:** #(issue/ pr number) <br/>
30+
**Depends on:** #(issue/ pr number)
31+
32+
33+
## Mobile & Desktop Screenshots/Recordings (if applicable)
34+
<!--- Drag and drop your screenshots or recordings here -->
35+
### Mobile
36+
37+
### Desktop
38+
39+
## [optional] Design Documents or Screenshots
40+
<!--- If applicable, add design documents or screenshots to describe the changes visually -->
41+
42+

0 commit comments

Comments
Β (0)