From 4c05da604a9de67656de97f7a924e8abcb7ceaa1 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Tue, 21 Mar 2023 20:37:22 +0400 Subject: [PATCH] Add crash ID field to the bug report template --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 9907b0149a..e3c2215d8e 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -60,6 +60,14 @@ body: - Other (unofficial) source validations: required: true + - type: input + attributes: + label: Crash ID + description: > + If you're reporting a crash, please enter the crash ID from the crash reporter + opening on the next launch after crash. **You have to enable beta versions + installation in Settings -> Advanced for the reporter to appear.** + You don't have to wait for a beta version to arrive. - type: textarea attributes: label: Logs