diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 383494d2..928d405b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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