From 811d30aaa8aae53ea5e354e2a32035d8633b671a Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 11 Dec 2024 15:22:19 +0100 Subject: [PATCH] fix: Remove frontmatter from PR template --- .github/PULL_REQUEST_TEMPLATE/release-notes.md | 15 ++++----------- .markdownlint.yaml | 3 +++ 2 files changed, 7 insertions(+), 11 deletions(-) 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