Skip to content

Commit

Permalink
docs: add template for PRs (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterC500 authored Sep 17, 2024
1 parent 1cf0ce1 commit 44d132f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Hey, I just made a Pull Request!

<!-- Please describe what you added or changed, and add a screenshot if applicable.
This helps us understand the change and review it faster. -->

### Description

<!--- Describe your changes in detail -->

### Related Issue

<!--- If this PR addresses an issue, please link to it. -->

### Checklist

- [ ] Code is formatted with `cargo fmt`
- [ ] Code is linted with `cargo clippy`
- [ ] Tests have been added or updated
- [ ] Documentation has been updated (if applicable)

### Additional Notes

<!--- Any additional information that might be useful during the review process -->

0 comments on commit 44d132f

Please sign in to comment.