Skip to content

Commit

Permalink
Merge pull request #5 from MasterJ93/pull-request-template
Browse files Browse the repository at this point in the history
Create pull_request_template
  • Loading branch information
MasterJ93 authored Mar 23, 2024
2 parents eba5cbc + cf3a5a6 commit d462338
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
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.

0 comments on commit d462338

Please sign in to comment.