This commit is contained in:
JannisX11 2023-01-15 18:21:45 +01:00
commit 8ac3869fe7
4 changed files with 57 additions and 23 deletions

View File

@ -1,15 +0,0 @@
---
name: Bug / Issue
about: Use this template to report an issue that occurs when using Blockbench
title: "[Issue] Issue summary"
---
- Before you report an issue, check if if has already been reported.
- Also check if you are using the latest version of Blockbench.
- If applicable, go to Help > Developer > Open Dev Tools. Switch to the Console tab. If there are any (red) error messages, please attach a screenshot of them.
Please make sure to provide the following information:
- Detailed description of your issue
- Model format in which the issue occurs
- Blockbench variant (Website / PWA / Program)
- Operating System

43
.github/ISSUE_TEMPLATE/issue.yaml vendored Normal file
View File

@ -0,0 +1,43 @@
name: Bug / Issue
description: Use this form to report an issue that occurs when using Blockbench
title: "[Issue] Issue summary"
body:
- type: markdown
attributes:
value: |
- Before you report an issue, check if if has already been reported.
- Also check if you are using the latest version of Blockbench.
- If applicable, go to Help > Developer > Open Dev Tools. Switch to the Console tab. If there are any (red) error messages, please attach a screenshot of them.
- type: markdown
attributes:
value: |
Please make sure to provide the following information:
- type: textarea
id: details
attributes:
label: Detailed description of your issue
validations:
required: true
- type: input
id: format
attributes:
label: Model format in which the issue occurs
validations:
required: true
- type: dropdown
id: variant
attributes:
label: Blockbench variant
multiple: true
options:
- Website
- PWA
- Program
validations:
required: true
- type: input
id: os
attributes:
label: Operating System
validations:
required: true

View File

@ -1,8 +0,0 @@
---
name: Suggestion
about: Use this template to suggest features or improvements for Blockbench
title: "[Suggestion] Suggestion summary"
---
- Please provide a detailed description of your suggestion.
- Before submissing a suggestion, please check if it has already been suggested.

14
.github/ISSUE_TEMPLATE/suggestion.yaml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Suggestion
description: Use this form to suggest features or improvements for Blockbench
title: "[Suggestion] Suggestion summary"
body:
- type: markdown
attributes:
value: |
**Before submissing a suggestion, please check if it has already been suggested.**
- type: textarea
id: details
attributes:
label: Detailed description of your suggestion
validations:
required: true