Skip to content

Commit 2c616a1

Browse files
authored
Create announcements.yml for discussion template
Add a discussion template for project announcements.
1 parent 2c91a28 commit 2c616a1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
title: "[Announcement]: "
2+
labels: [announcement]
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
This category is for official project announcements from maintainers.
8+
Replies are open — feel free to ask follow-up questions.
9+
10+
- type: textarea
11+
id: content
12+
attributes:
13+
label: Announcement
14+
description: What would you like to share?
15+
validations:
16+
required: true

0 commit comments

Comments
 (0)