mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-04-12 17:41:57 +08:00
When selecting multiple cubes, inherit the face selection from the first selected cube Tweak issue template to explain what format means
61 lines
1.6 KiB
YAML
61 lines
1.6 KiB
YAML
name: Bug / Issue
|
|
description: Use this form to report an issue that occurs when using Blockbench
|
|
title: "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.
|
|
- Please only report one issue per issue.
|
|
- 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: description
|
|
attributes:
|
|
label: What are you trying to do, and what do you expect to happen?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: error
|
|
attributes:
|
|
label: What happens instead?
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: format
|
|
attributes:
|
|
label: Model format in which the issue occurs
|
|
description: Format means which option you choose when creating a new model. Not the file extension.
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: variant
|
|
attributes:
|
|
label: Blockbench variant
|
|
multiple: true
|
|
options:
|
|
- Website
|
|
- PWA
|
|
- Program
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Blockbench version
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: Operating System
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: plugins
|
|
attributes:
|
|
label: Installed Blockbench plugins |