-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1121 from gregdhill/feat/pr-templates
feat: add pull request templates
- Loading branch information
Showing
2 changed files
with
26 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,17 @@ | ||
# Description | ||
|
||
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. | ||
|
||
Closes # (issue) | ||
|
||
## Changes | ||
|
||
[List your changes here] | ||
|
||
## Checklist | ||
|
||
- [ ] Added relevant unit / integration tests | ||
- [ ] Updated benchmarks for worst-case complexity | ||
- [ ] PR does not introduce unchecked arithmetic | ||
- [ ] PR does not introduce unbounded operations / storage | ||
- [ ] Implements extra fees or storage deposits (if necessary) |
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,9 @@ | ||
# Release vX.X.X | ||
|
||
## Checklist | ||
|
||
- [ ] Bumped `spec_version` | ||
- [ ] Updated weights (`/run_benchmarks`) | ||
- [ ] Includes necessary migrations | ||
- [ ] Tested with chopsticks / try-runtime | ||
- [ ] Tag and publish |