diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 23519f0..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,24 +0,0 @@ - - -### Issue Summary - - -### Screenshot or Video Reference - - -### Steps to Reproduce - - -### Expected Results - - -### Actual Results - - -### System Information -* **OpenToonz Version**: -* **Operating System**: -* **CPU**: -* **Memory**: -* **Graphics Card**: -* **Graphics Tablet**: diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..88efdf9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +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/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..6858229 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: true +contact_links: + - name: Manual + url: https://opentoonz.readthedocs.io/ + about: The official, extensive manual for OpenToonz + - name: User forum + url: https://groups.google.com/forum/#!forum/opentoonz_en/categories/ + about: You can ask and answer general questions here, and connect with other users + - name: ユーザーフォーラム + url: https://groups.google.com/forum/#!forum/opentoonz/categories/ + about: このフォーラムは、OpenToonz の利用者同士で情報共有を行うことを目的としています diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..5b7e518 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +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/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..f2e6643 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,15 @@ +--- +name: Ask a question +about: Related questions only +title: '' +labels: 'question' +assignees: '' + +--- + + + + + +**Question** +Ask a question related to OpenToonz.