Skip to content

Commit

Permalink
Merge pull request #1121 from gregdhill/feat/pr-templates
Browse files Browse the repository at this point in the history
feat: add pull request templates
  • Loading branch information
sander2 authored Jul 13, 2023
2 parents efde3d9 + 20e711c commit 5e27f8e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request.md
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)
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/release.md
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

0 comments on commit 5e27f8e

Please sign in to comment.