diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md new file mode 100644 index 0000000000..80cf469c37 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -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) \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md new file mode 100644 index 0000000000..d490a69002 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -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 \ No newline at end of file