Skip to content

Commit dd4b348

Browse files
committedMar 6, 2025·
fcos/release-checklist: issue template changes
GitHub now requires issue templates to contain yaml front matter and be located in `.github/ISSUE_TEMPLATE/` to be properly detected as a template. Add the required 'name' and 'about' fields in the yaml front matter and also add 'title' and 'labels' to assist with release checklist creation.
1 parent 98f1612 commit dd4b348

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed
 

‎fcos/release-checklist.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
2-
# Template generated by https://github.com/coreos/repo-templates; do not edit downstream
2+
name: {{ stream }} release checklist
3+
about: {{ stream }} release checlist template
4+
title: "{{ stream }}: new release on <YYYY-MM-DD>"
5+
labels: jira,kind/release
6+
warning: |
7+
⚠️ Template generated by https://github.com/coreos/repo-templates; do not edit downstream
38
---
49

510
First, verify that you meet all the [prerequisites](https://github.com/coreos/fedora-coreos-streams/blob/main/RELEASE.md#prerequisites)
@@ -155,5 +160,5 @@ NOTE: In the future, most of these steps will be automated.
155160

156161
## Housekeeping
157162

158-
- [ ] If one doesn't already exist, [open an issue](https://github.com/coreos/fedora-coreos-streams/issues/new?labels=kind/release,jira&template={{ stream }}.md) in this repo for the next release in this stream. Use the approximate date of the release in the title.
163+
- [ ] If one doesn't already exist, [open an issue](https://github.com/coreos/fedora-coreos-streams/issues/new?template={{ stream }}.md) in this repo for the next release in this stream. Use the approximate date of the release in the title.
159164
- [ ] Issues opened via the previous link will automatically create a linked Jira card. Assign the GitHub issue and Jira card to the next person in the [rotation](https://hackmd.io/WCA8XqAoRvafnja01JG_YA).

‎fcos/release-checklist.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
files:
22
- repo: fedora-coreos-streams
3-
path: ISSUE_TEMPLATE/next.md
3+
path: .github/ISSUE_TEMPLATE/next.md
44
vars:
55
stream: next
66
z_version: 1
77
source_stream: next-devel
88

99
- repo: fedora-coreos-streams
10-
path: ISSUE_TEMPLATE/testing.md
10+
path: .github/ISSUE_TEMPLATE/testing.md
1111
vars:
1212
stream: testing
1313
z_version: 2
1414
source_stream: testing-devel
1515

1616
- repo: fedora-coreos-streams
17-
path: ISSUE_TEMPLATE/stable.md
17+
path: .github/ISSUE_TEMPLATE/stable.md
1818
vars:
1919
stream: stable
2020
z_version: 3

0 commit comments

Comments
 (0)
Please sign in to comment.