diff --git a/.github/DISCUSSION_TEMPLATE/General.yml b/.github/DISCUSSION_TEMPLATE/General.yml new file mode 100644 index 0000000..28d5c31 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/General.yml @@ -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 \ No newline at end of file