From 9ea61abebcf987cf4f627822f2d5edea1334b6f0 Mon Sep 17 00:00:00 2001 From: TPlant Date: Sat, 14 May 2022 20:31:20 +0200 Subject: [PATCH] Clarify build code section in bug report template (#4367) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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