We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc6d4c commit 098a8e0Copy full SHA for 098a8e0
.github/PULL_REQUEST_TEMPLATE.md
@@ -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