-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
no-release: add Pull Request Template (#153)
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- | ||
Thank you for contributing to this project! You must fill out the information | ||
below before we can review this pull request. By explaining why you're making a | ||
change (or linking to a pull request) and what changes you've made, we can | ||
triage your pull request more quickly. | ||
See our [CONTRIBUTING.md](/CONTRIBUTING.md) for information how to contribute. | ||
Thanks again! | ||
--> | ||
|
||
### Why? | ||
|
||
- Closes [issue link] | ||
|
||
<!-- | ||
- If there's an existing issue for your change, please link to it. | ||
- If there's _not_ an existing issue, please open one first to make it more likely that this update will be accepted: https://github.com/metaplex-foundation/js/issues/new/choose. --> | ||
|
||
### What's being changed? | ||
|
||
<!-- Share artifacts of the changes like code snippets, GIFs or screenshots - whatever shares the most context. --> | ||
|
||
### Check off the following: | ||
|
||
- [ ] I have run `yarn fix` on my code before committing and opening this Pull Request | ||
- [ ] I made sure there are passing tests which cover this change | ||
- [ ] I ran `yarn test:all-local-mpl` locally and tests passed before opening this Pull Request |