-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Description | ||
Describe in detail what this Pull Request does and why it’s needed. Include anything the reviewers need to be aware of. | ||
|
||
## Linked Issues | ||
Link any related issues here. Format: `#[issue number]` | ||
|
||
## Type of Change | ||
- [ ] Bug Fix | ||
- [ ] New Feature | ||
- [ ] Documentation | ||
|
||
## Checklist: | ||
- [ ] My code follows the ATProtoKit API Design Guidelines as well as the Swift API Design Guidelines. | ||
- [ ] I have performed a self-review of my own code and commented it, particularly in hard-to-understand areas. | ||
- [ ] I have made corresponding changes to the documentation. | ||
- [ ] My changes generate no new warnings or errors in the compiler or runtime. | ||
- [ ] My code is able to build and run on my machine. | ||
|
||
## Screenshots (if applicable) | ||
Attach any screenshots or GIFs showcasing the changes effect. | ||
|
||
## Additional Notes | ||
Add any other notes about the Pull Request here. | ||
|
||
## Credits | ||
If you want to be credited in the CONTRIBUTORS file, you can fill out the form below. Please don't remove the square brackets. | ||
- Name: [Replace this with your first and last name or an alias] | ||
- GitHub: [Replace with your GitHub username] | ||
- Bluesky: [Replace with your Bluesky handle if you have one] | ||
- Email: [Replace with your email address, or delete this line] |