Skip to content

Commit 277e821

Browse files
authored
Create pull_request_template.md
1 parent 85ebac8 commit 277e821

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/pull_request_template.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Pull Request
2+
3+
## Description
4+
<!-- Provide a clear and concise description of the changes you've made -->
5+
6+
## Type of Change
7+
<!-- Mark the appropriate option with an "x" (no spaces around x) -->
8+
- [ ] Bug fix (non-breaking change that fixes an issue)
9+
- [ ] New feature (non-breaking change that adds functionality)
10+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
11+
- [ ] Documentation update
12+
- [ ] Code refactor
13+
- [ ] Performance improvement
14+
- [ ] CI/CD pipeline changes
15+
- [ ] Other (please describe):
16+
17+
## Xcode Version
18+
<!-- Specify the Xcode version used for development -->
19+
Xcode version:
20+
21+
## Swift Version
22+
<!-- Specify the Swift version used -->
23+
Swift version:
24+
25+
## Checklist
26+
<!-- Mark completed items with an "x" (no spaces around x) -->
27+
- [ ] My code follows the style guidelines of this project
28+
- [ ] I have performed a self-review of my own code
29+
- [ ] I have commented my code, particularly in hard-to-understand areas
30+
- [ ] I have made corresponding changes to the documentation
31+
- [ ] My changes generate no new warnings or errors
32+
- [ ] I have added tests that prove my fix is effective or that my feature works
33+
- [ ] New and existing unit tests pass locally with my changes
34+
35+
## Screenshots (if applicable)
36+
<!-- Add screenshots to help explain your changes if appropriate -->
37+
38+
## Related Issues
39+
<!-- Link related issues below. e.g., "Fixes #123" -->

0 commit comments

Comments
 (0)