Skip to content

Commit

Permalink
Add general discussion template for GitHub discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasDeHondt committed Dec 9, 2024
1 parent 88a1f23 commit bc3863c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/DISCUSSION_TEMPLATE/General.yml
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

0 comments on commit bc3863c

Please sign in to comment.