Skip to content

Commit

Permalink
Adds PR template. (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymatthews authored Dec 17, 2024
1 parent 5b6e365 commit 95e11d8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!-- Fill out this template to help us review your pull request. Delete any comments once you are done. -->

## Description

<!-- - Quickly describe the changes you made and why you made them. -->
<!-- - Reference the issue/issues that this PR fixes. -->

<!-- - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<!-- - ALL PRs MUST CLOSE AN ISSUE. IF AN ISSUES DOES NOT EXIST, GO MAKE ONE. -->
<!-- - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

## Breaking changes

<!-- - Does your pull request introduce any breaking changes? If so, please list them clearly and explain how they will affect users.-->

## Documentation updates

<!-- - Reference any updates to the documentation within this repo.-->
<!-- - Link to your PR that updates documentation in other repos, like github.com/entropyxyz/entropy-docs-->

## Checklist:

- [ ] I have added tests for my changes.
- [ ] I have updated the documentation (README, etc.) to reflect the changes.
- [ ] I have read and followed the CONTRIBUTE.md guidelines.

0 comments on commit 95e11d8

Please sign in to comment.