diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 2c43694eaa..4013964fc1 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -25,8 +25,8 @@ assignees: '' - [ ] Create a tag: `git push upstream HEAD:refs/tags/vX.Y.Z` - [ ] [Draft new release]. Look at previous [releases] for inspiration. - Select new release tag - - _Generate release notes_ and arrange into categories as required. -- [ ] Notify [#instance-managers] of user-facing changes. + - _Generate release notes_ and check to ensure all items are arranged in the right category. +- [ ] Notify [#instance-managers] of both user-facing :eyes: and :warning: API changes. ## 2. Testing @@ -53,7 +53,7 @@ The full process is described at https://github.com/openfoodfoundation/openfoodn [Ready To Go]: #zenhub [Transifex pull request]: https://github.com/openfoodfoundation/openfoodnetwork/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+head%3Atransifex -[Draft new release]: https://github.com/openfoodfoundation/openfoodnetwork/releases/new?tag=v&title=v+Code+Name&body=Congrats%0A%0ADescription%0A%0A%23%23+User+facing+changes+:eyes:%0A%0A%0A%23%23%23+Experimental+features+for+testing+:sunglasses:%0A%0A%0A%23%23+Technical+changes+:wrench:%0A%0A +[Draft new release]: https://github.com/openfoodfoundation/openfoodnetwork/releases/new?tag=v&title=v+Code+Name&body=Congrats%0A%0ADescription%0A%0A [releases]: https://github.com/openfoodfoundation/openfoodnetwork/releases [#instance-managers]: https://app.slack.com/client/T02G54U79/CG7NJ966B [#testing]: https://openfoodnetwork.slack.com/app_redirect?channel=C02TZ6X00 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cc82148dbf..2a2f3fb88b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,7 +23,7 @@ Changelog Category (reviewers may add a label for the release notes): - [x] User facing changes -- [ ] API changes (V0, V1 or DFC) +- [ ] API changes (V0, V1, DFC or Webhook) - [ ] Technical changes only - [ ] Feature toggled