From 4998cac7ae54daf1d29fa3968e02521ba438bcff Mon Sep 17 00:00:00 2001 From: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Date: Wed, 22 May 2024 22:47:09 +0900 Subject: [PATCH] chore: add discussion templates for general category (#4764) Signed-off-by: Ryohsuke Mitsudome --- .github/DISCUSSION_TEMPLATE/general.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/general.yaml diff --git a/.github/DISCUSSION_TEMPLATE/general.yaml b/.github/DISCUSSION_TEMPLATE/general.yaml new file mode 100644 index 00000000000..65c1f894927 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/general.yaml @@ -0,0 +1,13 @@ +body: + - type: checkboxes + attributes: + label: Code of Conduct + options: + - label: I have read [CODE OF CONDUCT](https://github.com/autowarefoundation/autoware/blob/main/CODE_OF_CONDUCT.md) and [Support Guidelines](https://autowarefoundation.github.io/autoware-documentation/main/support/support-guidelines/#github-discussions) before creating this Discussion post. + required: true + - type: textarea + attributes: + label: Contents + description: Write your contents here + validations: + required: true