diff --git a/.github/PULL_REQUEST_TEMPLATE/release-notes.md b/.github/PULL_REQUEST_TEMPLATE/release-notes.md index 13e3fa7e1..d71ce7b08 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release-notes.md +++ b/.github/PULL_REQUEST_TEMPLATE/release-notes.md @@ -1,21 +1,14 @@ ---- -name: Release Notes -about: This template can be used to track the progress of the SDP Release Notes compilation -title: "chore(tracking): Release Notes for SDP YY.M.X" -assignees: '' ---- - + +# Release Notes for SDP YY.M.X + > [!CAUTION] > Please assign the applicable `scheduled-for/YY.M.X` label. - -## Release Notes for SDP YY.M.X - > [!TIP] > - Use the commented out template headings in [release-notes][template]. > - Begin each sentence on a new line. This helps with review suggestions and diffing. diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 70c4d7aa6..d2f024160 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -21,3 +21,6 @@ MD024: # MD032/blanks-around-lists MD032: false + +# MD028/no-blanks-blockquote +MD028: false