Skip to content

Commit a79fad6

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
Signed-off-by: Christopher Jr Riley <chrisjr@cjrriley.com>
1 parent 273691a commit a79fad6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Description
2+
Describe in detail what this Pull Request does and why it’s needed. Include anything the reviewers need to be aware of.
3+
4+
## Linked Issues
5+
Link any related issues here. Format: `#[issue number]`
6+
7+
## Type of Change
8+
- [ ] Bug Fix
9+
- [ ] New Feature
10+
- [ ] Documentation
11+
12+
## Checklist:
13+
- [ ] My code follows the [ATProtoKit API Design Guidelines](https://github.com/MasterJ93/ATProtoKit/blob/main/API_GUIDELINES.md) as well as the [Swift API Design Guidelines](https://www.swift.org/documentation/api-design-guidelines/).
14+
- [ ] I have performed a self-review of my own code and commented it, particularly in hard-to-understand areas.
15+
- [ ] I have made corresponding changes to the documentation.
16+
- [ ] My changes generate no new warnings or errors in the compiler or runtime.
17+
- [ ] My code is able to build and run on my machine.
18+
19+
## Screenshots (if applicable)
20+
Attach any screenshots or GIFs showcasing the changes effect.
21+
22+
## Additional Notes
23+
Add any other notes about the Pull Request here.
24+
25+
## Credits
26+
If you want to be credited in the CONTRIBUTORS file, you can fill out the form below. Please don't remove the square brackets.
27+
- Name: [Replace this with your first and last name or an alias]
28+
- GitHub: [Replace with your GitHub username]
29+
- Bluesky: [Replace with your Bluesky handle if you have one]
30+
- Email: [Replace with your email address, or delete this line]

0 commit comments

Comments
 (0)