-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add general discussion template for GitHub discussions
- Loading branch information
1 parent
88a1f23
commit bc3863c
Showing
1 changed file
with
27 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,27 @@ | ||
################################# | ||
# @author K10s Open Source Team # | ||
# @since 01/01/2025 # | ||
################################# | ||
title: "[General] " | ||
labels: ["Discussion"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time 💜🩵🤍 | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Discussion body | ||
description: Please write the contents of your discussion. This can be in markdown. | ||
placeholder: Type here (keep it simple but clear). | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/EliasDeHondt/K10s/blob/main/CODE-OF-CONDUCT.md). | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |