Skip to content

Commit

Permalink
feat: add discussion templates for general category
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r committed May 22, 2024
1 parent a79ef50 commit 7b7567f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/DISCUSSION_TEMPLATE/general.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7b7567f

Please sign in to comment.