From 4fbd1ca7a52fdb217d8f6b7e8a92ef45ace210b8 Mon Sep 17 00:00:00 2001 From: Oleg Zaytsev Date: Fri, 17 Nov 2023 11:05:38 +0100 Subject: [PATCH] Add `about-versioning.md` update to PR template (#6676) We continuously forget to update that file with the experimental features. Also added periods after each list item. Signed-off-by: Oleg Zaytsev --- .github/pull_request_template.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 02ce0741fc..6f42a6d3be 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,6 +12,7 @@ Fixes # #### Checklist -- [ ] Tests updated -- [ ] Documentation added -- [ ] `CHANGELOG.md` updated - the order of entries should be `[CHANGE]`, `[FEATURE]`, `[ENHANCEMENT]`, `[BUGFIX]` +- [ ] Tests updated. +- [ ] Documentation added. +- [ ] `CHANGELOG.md` updated - the order of entries should be `[CHANGE]`, `[FEATURE]`, `[ENHANCEMENT]`, `[BUGFIX]`. +- [ ] [`about-versioning.md`](/docs/sources/mimir/configure/about-versioning.md) updated with experimental features.