diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index f2e6643..0000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Ask a question -about: Related questions only -title: '' -labels: 'question' -assignees: '' - ---- - - - - - -**Question** -Ask a question related to OpenToonz. diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 0000000..48a23d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,16 @@ +name: Ask a question +description: Questions relating to OpenToonz only +labels: 'question' +body: + - type: markdown + attributes: + value: | + Please search existing issues before posting to avoid creating duplicates. + + For general support please head over to the OpenToonz User Forum ([English](https://groups.google.com/g/opentoonz_en) | [日本語](https://groups.google.com/g/opentoonz)) or consult the [Manual](https://opentoonz.readthedocs.io/en/latest/). + - type: textarea + attributes: + label: Ask a question related to OpenToonz + placeholder: Ex. I'm having trouble building OpenToonz [...]. There's an undocumented feature, what does it do? + validations: + required: true