Skip to content

Commit 098a8e0

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 8bc6d4c commit 098a8e0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Pull Request
2+
3+
## Description
4+
Explain what this PR does.
5+
6+
## Type of Change
7+
- [ ] Bug fix
8+
- [ ] New feature
9+
- [ ] Security improvement
10+
- [ ] Documentation update
11+
- [ ] Refactor
12+
13+
## Related Issues
14+
Link to any issue this PR addresses.
15+
16+
## Testing
17+
Describe how the changes were tested.
18+
19+
## Screenshots (if applicable)
20+
21+
## Checklist
22+
- [ ] I have tested on a physical or virtual device
23+
- [ ] My code follows Kotlin + Compose coding guidelines
24+
- [ ] I have updated documentation (if needed)
25+
- [ ] I added meaningful commit messages

0 commit comments

Comments
 (0)