diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 88efdf9..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - - - - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -List steps to reproduce the behavior. -1. -2. -3. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Device Information:** - - OS: [e.g. Windows] - - OpenToonz Version: [e.g. Nightly (2020-01-10)] - - GPU: [e.g. NVIDIA RTX 2080] - - GPU Driver Version: [e.g. 440.00] diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..bb94180 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,95 @@ +name: Bug report +description: File a bug report to help us improve +labels: 'bug' +body: + - type: markdown + attributes: + value: | + Please search existing issues before posting to avoid creating duplicates. + + We strongly urge you to test if your issue still persists on the latest nightly build which contains the latest bug fixes before making your report. You can find the latest build [here](https://github.com/opentoonz/opentoonz_nightlies/releases). + - type: textarea + attributes: + label: Description + placeholder: Please write a clear and concise description of what the bug is. + validations: + required: true + - type: textarea + attributes: + label: Steps to Reproduce + description: We are much more likely to fix your problem if you can provide clear steps for us to reproduce it. + value: | + 1. + 2. + - type: textarea + attributes: + label: Expected Behavior + placeholder: A clear and concise description of what you expected to happen. + - type: textarea + attributes: + label: Screenshots, Video & Crash Logs + placeholder: Include any screenshots, video or crash logs that helps illustrate your problem here. + - type: markdown + attributes: + value: | + ## System Information + - type: dropdown + attributes: + label: OpenToonz Version + description: You can find version information from the main menu bar [Help > About] within the software. + multiple: false + options: + - 1.6 + - 1.5 + - 1.4 + - Nightly (Specify below) + - Other (Specify below) + validations: + required: true + - type: input + attributes: + label: OpenToonz Version Information + placeholder: Ex. built Mar 25 2016 + - type: dropdown + attributes: + label: Operating System + multiple: false + options: + - Windows + - macOS + - Linux + - Other + validations: + required: true + - type: dropdown + attributes: + label: GPU + description: Please check that your graphics drivers are up to date before posting. + multiple: false + options: + - NVIDIA + - AMD + - Intel + - Other + validations: + required: true + - type: dropdown + attributes: + label: Graphics Tablet + description: If your problem relates to pen input please check that your graphics tablet drivers are up to date before posting. + multiple: false + options: + - Wacom + - XP-Pen + - Huion + - Xencelabs + - Ugee + - GAOMON + - Monoprice + - Parblo + - Other + - type: markdown + attributes: + value: | + --- + Thank you for taking the time to fill out this bug report! diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 5b7e518..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: 'feature request' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..afef237 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,18 @@ +name: Feature request +description: Suggest an idea for this project +labels: 'feature request' +body: + - type: markdown + attributes: + value: | + Please search existing issues before posting to avoid creating duplicates. + - type: textarea + attributes: + label: Is your feature request related to a problem? Please describe + placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + - type: textarea + attributes: + label: Describe the solution you'd like + placeholder: A clear and concise description of what you want to happen. + validations: + required: true 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