From 70b2a6d9990b80bb72a739ddfee8cf707e0a6dbf Mon Sep 17 00:00:00 2001 From: Rachel Arnould <6525576+RachL@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:22:11 +0100 Subject: [PATCH 1/3] Update release template Currently testers are using google docs to store release tests. This is maybe overkill. I've documented the steps here and the proposal is for testers to document their test in the release issue. --- .github/ISSUE_TEMPLATE/release.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index f652057116..e4205ab5a9 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -27,6 +27,12 @@ assignees: '' - [ ] Move this issue to Test Ready. - [ ] Notify `@testers` in [#testing]. - [ ] Test build: [Deploy to Staging] with release tag. +- [ ] Check the following: + - [ ] Map is displayed correctly. Address changes are reflected in the map. + - [ ] Stripe with no authentication card: 4242424242424242 as shopper and as Admin. Order confirmation displays order as “Paid” + - [ ] Stripe with Authentication required card: 4000002760003184 as shopper and as Admin. As admin, check authorization through customer account `/account#/transactions` and email + - [ ] Pay with Paypal + - [ ] Order on mobile - [ ] Notify a deployer to deploy it ## 3. Deployment at beginning of week @@ -57,4 +63,4 @@ The full process is described at https://github.com/openfoodfoundation/openfoodn [Create issue]: https://github.com/openfoodfoundation/openfoodnetwork/issues/new?assignees=&labels=&projects=&template=release.md&title=Release [#delivery-circle]: https://openfoodnetwork.slack.com/archives/C01T75H6G0Z [Transifex Client]: https://developers.transifex.com/docs/cli -[minor or major breaking changes]: https://github.com/openfoodfoundation/openfoodnetwork/pulls?q=label%3A%22breaking+change%22%2C%22major+breaking+change%22 \ No newline at end of file +[minor or major breaking changes]: https://github.com/openfoodfoundation/openfoodnetwork/pulls?q=label%3A%22breaking+change%22%2C%22major+breaking+change%22 From e0ad4363a944c81589f87eb1b86e4982eb775ccc Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Tue, 3 Mar 2026 16:12:47 +1100 Subject: [PATCH 2/3] Fix formatting --- .github/ISSUE_TEMPLATE/release.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index e4205ab5a9..49067e85e7 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -28,12 +28,12 @@ assignees: '' - [ ] Notify `@testers` in [#testing]. - [ ] Test build: [Deploy to Staging] with release tag. - [ ] Check the following: - - [ ] Map is displayed correctly. Address changes are reflected in the map. - - [ ] Stripe with no authentication card: 4242424242424242 as shopper and as Admin. Order confirmation displays order as “Paid” - - [ ] Stripe with Authentication required card: 4000002760003184 as shopper and as Admin. As admin, check authorization through customer account `/account#/transactions` and email - - [ ] Pay with Paypal - - [ ] Order on mobile -- [ ] Notify a deployer to deploy it + - [ ] Map is displayed correctly. Address changes are reflected in the map. + - [ ] Stripe with no authentication card: `4242424242424242` as shopper and as Admin. Order confirmation displays order as "Paid". + - [ ] Stripe with Authentication required card: `4000002760003184` as shopper and as Admin. As admin, check authorization through customer account `/account#/transactions` and email. + - [ ] Pay with Paypal. + - [ ] Order on mobile. +- [ ] Notify a deployer to deploy it. ## 3. Deployment at beginning of week From 4873fd327575dddee10b864f6720a77c8b205099 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Tue, 3 Mar 2026 16:16:57 +1100 Subject: [PATCH 3/3] Remove non-task item --- .github/ISSUE_TEMPLATE/release.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 49067e85e7..0f1ca0579c 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -27,7 +27,6 @@ assignees: '' - [ ] Move this issue to Test Ready. - [ ] Notify `@testers` in [#testing]. - [ ] Test build: [Deploy to Staging] with release tag. -- [ ] Check the following: - [ ] Map is displayed correctly. Address changes are reflected in the map. - [ ] Stripe with no authentication card: `4242424242424242` as shopper and as Admin. Order confirmation displays order as "Paid". - [ ] Stripe with Authentication required card: `4000002760003184` as shopper and as Admin. As admin, check authorization through customer account `/account#/transactions` and email.