-
-
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.
Merge pull request #5 from MasterJ93/pull-request-template
Create pull_request_template
- Loading branch information
Showing
1 changed file
with
23 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,23 @@ | ||
## 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. |