Skip to content

Commit

Permalink
chore: update pull request template (#9804)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks authored Jan 31, 2025
1 parent 8692e92 commit 60f0b69
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ Thank you for your Pull Request. Please provide a description above and review
the requirements below.
Bug fixes and new features should include tests.
Contributors guide: https://github.com/foundry-rs/foundry/blob/master/CONTRIBUTING.md
The contributors guide includes instructions for running rustfmt and building the
documentation.
-->

<!-- ** Please select "Allow edits from maintainers" in the PR Options ** -->

## Motivation

<!--
Expand All @@ -19,3 +26,9 @@ thought of as being the motivation for your change.
Summarize the solution and provide any necessary context needed to understand
the code change.
-->

## PR Checklist

- [ ] Added Tests
- [ ] Added Documentation
- [ ] Breaking changes

0 comments on commit 60f0b69

Please sign in to comment.