-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document how to suggest a new topic for the group
Signed-off-by: Michal Hajas <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Topic suggestion | ||
description: Suggest a new topic to be discussed by the SRE special interest group | ||
title: "[TOPIC] " | ||
labels: ["topic"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the topic | ||
description: Provide a clear and concise description of what topic should be about | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: Links? References? Anything that will give us more context about the topic you are suggesting! | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters