Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

chore: add pr template #3970

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!-- If you are an external contributor, thank you so much for your pull request! We are so grateful for community involvement on the Ganache repo. Filling out the below information can be helpful for the team, but the only truly important one is the "PR Description" section.-->

## PR Description

<!-- Enter PR description here. Don't forget to link any issues that are resolved by this PR. -->

## Testing Instructions

<!-- Optional - If there are any relevant instructions for testing this PR, add them here. -->

## Documentation

<!-- Optional -->

Consider the documentation needs of this PR, and select the appropriate option.

- [ ] I don't know what this PR needs in regards to documentation, or I don't really want to think about it. <!-- There's no shame in asking for help :-) -->
- [ ] This PR warrants documentation updates, but they are not included in the PR. <!--this lets the internal team know that the `doc-change-required` label should be added to this PR so that documentation can be added by the docs team in another PR. If you're an external contributor, no action is needed other than checking this box. -->
- [ ] I've included documentation changes in this PR:
- [ ] I've updated the `README.md`.
- [ ] I've updated the `CONTRIBUTING.md`.
- [ ] I've added/updated an RPC method in `src/chains/ethereum/ethereum/RPC-METHODS.md`.
- [ ] I've added/updated a JS-DOC example of a new RPC method in `src/chains/ethereum/ethereum/src/api.ts`.
- [ ] This PR does not require documentation changes.

## Release Notes

<!-- In an effort to automate the generation of release notes, each PR has a "release-ready" explanation of the change. Everything after this comment will be added to our initial set of auto-generated notes (don't worry, we'll proof read them first before shipping). If you are an external contributor, feel free to skip this section; we'll come by to add in some release notes later. If you want to give it a go, check out our previous release notes for some examples of our style: https://github.com/trufflesuite/ganache/releases -->