diff --git a/.github/ISSUE_TEMPLATE/release b/.github/ISSUE_TEMPLATE/release new file mode 100644 index 000000000..336052ddd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/release @@ -0,0 +1,22 @@ +--- +name: Release +about: + A template to outline the steps needed to for a successful release of our frontend apps +title: 'Release [add dapp version]-core-[add core version]' +labels: +assignees: '' +--- + +### Tasks + +- [ ] Review [link to core release](xxx) +- [ ] Tag frontend-monorepo +- [ ] Create release and generate release notes +- [ ] Run `@smoke` tests +- [ ] Run `@regression` tests +- [ ] Run `@slow` tests +- [ ] Explorative testing of key flows +- [ ] Set `release/[network]` to tagged commit +- [ ] Verify builds (on Netlify and Fleek) are successful +- [ ] Verify build has been deployed +- [ ] Smoke testing on deployed app