Clarify build code section in bug report template (#4367)

This commit is contained in:
TPlant
2022-05-14 20:31:20 +02:00
committed by GitHub
parent b0e8b1d467
commit 9ea61abebc

View File

@@ -53,9 +53,9 @@ body:
- type: textarea
id: build_code
attributes:
label: Build code
label: Character build code
description: Always provide a build code that exhibits the bug you want to report, even if it is not specific to a particular build. This helps us greatly to reproduce bugs faster.
placeholder: Build codes can be either Base64 encoded text, or pastebin.com links to this text.
placeholder: This can be either a code copied from the "Import/Export Build" tab or a link to a shared build.
render: shell
validations:
required: true
@@ -64,6 +64,6 @@ body:
attributes:
label: Screenshots
description: If you receive an error or experience graphical bugs, include one or multiple screenshots. GIFs or short videos are also okay, if the bug cannot be displayed in a still image.
placeholder: In this text area, you can attach files directly, or link to them if they're hosted elsewhere instead.
placeholder: In this text area, you can attach files directly or link to them if they're hosted elsewhere instead.
validations:
required: false