Skip to content

Commit

Permalink
Document how to suggest a new topic for the group
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Hajas <[email protected]>
  • Loading branch information
mhajas committed Sep 6, 2024
1 parent a3ca794 commit 5243d60
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/topic-suggestion.yml
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
4 changes: 4 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Desired outputs:
- What are the right metrics of Keycloak to watch and how to visualize them in a dashboard?
- Can we simplify how Keycloak is configured and set up?

=== Proposing a new topic

If you have a topic you would like to discuss with the group, please https://github.com/keycloak/keycloak-sre-sig/issues/new?assignees=&labels=topic&projects=&template=topic-suggestion.yml[open a topic suggestion issue] in this repository.

== Meeting notes

The meeting notes are available at https://www.keycloak.org/keycloak-sre-sig/meetings/
Expand Down

0 comments on commit 5243d60

Please sign in to comment.