From 311193d5caf4f90c04c0c5a1e9112f317307f064 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 2 Nov 2023 11:24:51 +0100 Subject: [PATCH] doc: add pending release notes Keeping track of changes between releases and fetching that information during release is difficult, Adding a doc to keep track of the changes between major releases which helps during release. Signed-off-by: Madhu Rajanna --- .github/pull_request_template.md | 16 +++++++++++++++- PendingReleaseNotes.md | 5 +++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 PendingReleaseNotes.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 70e2f6d1e..7d769c190 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -34,6 +34,20 @@ Fixes: #issue_number List items that are not part of the PR and do not impact it's functionality, but are work items that can be taken up subsequently. +**Checklist:** + +* [ ] **Commit Message Formatting**: Commit titles and messages follow + guidelines in the [developer + guide](https://github.com/ceph/ceph-csi/blob/devel/docs/development-guide.md#commit-messages). +* [ ] Reviewed the developer guide on [Submitting a Pull + Request](https://github.com/ceph/ceph-csi/blob/devel/docs/development-guide.md#development-workflow) +* [ ] [Pending release + notes](https://github.com/ceph/ceph-csi/blob/devel/PendingReleaseNotes.md) + updated with breaking and/or notable changes for the next major release. +* [ ] Documentation has been updated, if necessary. +* [ ] Unit tests have been added, if necessary. +* [ ] Integration tests have been added, if necessary. + ---
@@ -42,7 +56,7 @@ functionality, but are work items that can be taken up subsequently. These commands are normally not required, but in case of issues, leave any of the following bot commands in an otherwise empty comment in this PR: -- `/retest ci/centos/`: retest the `` after unrelated +* `/retest ci/centos/`: retest the `` after unrelated failure (please report the failure too!)
diff --git a/PendingReleaseNotes.md b/PendingReleaseNotes.md new file mode 100644 index 000000000..05f489089 --- /dev/null +++ b/PendingReleaseNotes.md @@ -0,0 +1,5 @@ +# v3.10 Pending Release Notes + +## Breaking Changes + +## Features