chore(ci): add release issue template (#3272)

This commit is contained in:
Penny Andrews 2023-03-24 23:55:22 +00:00 committed by GitHub
parent 1f7117075b
commit 3e594a783a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
.github/ISSUE_TEMPLATE/release vendored Normal file
View File

@ -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