From 00c2b95a0ede493227d2f646f759b446888a49b6 Mon Sep 17 00:00:00 2001 From: Maikel Date: Thu, 28 Nov 2019 15:53:34 +1100 Subject: [PATCH] Add issue template for release tasks --- .github/ISSUE_TEMPLATE/release.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/release.md diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md new file mode 100644 index 0000000000..686924f3f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/release.md @@ -0,0 +1,10 @@ +Steps: + +- [ ] Include translations +- [ ] Draft: https://github.com/openfoodfoundation/openfoodnetwork/releases/new +- [ ] Test: https://semaphoreci.com/openfoodfoundation/openfoodnetwork-2/branches/master +- [ ] Publish and notify #global-community +- [ ] Deploy and notify #instance-managers +- [ ] Nudge next release manager + +The full process is described at https://github.com/openfoodfoundation/openfoodnetwork/wiki/Releasing.