mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-30 15:42:42 +08:00
Merge branch 'master' of https://github.com/JannisX11/blockbench
This commit is contained in:
commit
8ac3869fe7
15
.github/ISSUE_TEMPLATE/issue.md
vendored
15
.github/ISSUE_TEMPLATE/issue.md
vendored
@ -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
43
.github/ISSUE_TEMPLATE/issue.yaml
vendored
Normal 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
|
8
.github/ISSUE_TEMPLATE/suggestion.md
vendored
8
.github/ISSUE_TEMPLATE/suggestion.md
vendored
@ -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
14
.github/ISSUE_TEMPLATE/suggestion.yaml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user