Skip to content

Commit 842e46c

Browse files
authored
fix: Remove frontmatter from PR template (#694)
1 parent 8cef5b2 commit 842e46c

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.github/PULL_REQUEST_TEMPLATE/release-notes.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
---
2-
name: Release Notes
3-
about: This template can be used to track the progress of the SDP Release Notes compilation
4-
title: "chore(tracking): Release Notes for SDP YY.M.X"
5-
assignees: ''
6-
---
7-
81
<!--
92
DO NOT REMOVE THIS COMMENT. It is intended for people who might copy/paste from the previous release issue.
10-
This was created by an issue template: https://github.com/stackabletech/issues/issues/new/choose.
3+
This was created by an PR template: https://github.com/stackabletech/documentation/tree/main/.github/PULL_REQUEST_TEMPLATE/release-notes.md.
114
-->
125

6+
<!-- Release placeholders YY.M.X should be replaced. -->
7+
# Release Notes for SDP YY.M.X
8+
139
> [!CAUTION]
1410
> Please assign the applicable `scheduled-for/YY.M.X` label.
1511
16-
<!-- Release placeholders YY.M.X should be replaced. -->
17-
## Release Notes for SDP YY.M.X
18-
1912
> [!TIP]
2013
> - Use the commented out template headings in [release-notes][template].
2114
> - Begin each sentence on a new line. This helps with review suggestions and diffing.

.markdownlint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ MD024:
2121

2222
# MD032/blanks-around-lists
2323
MD032: false
24+
25+
# MD028/no-blanks-blockquote
26+
MD028: false

0 commit comments

Comments
 (0)