From 6d38f9e63d6466bc3f1cab3a94b14cd38f218a37 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Mon, 13 Sep 2021 11:08:08 +0300 Subject: [PATCH] github bug_report: Additional information field --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8749ae93f..3c25cea58 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,3 +34,16 @@ body: description: "What was the expected outcome of the reproducing steps above?" validations: required: true + + - type: textarea + attributes: + label: "Additional information" + description: "Any other information that may be relevant to diagnosing the issue should be documented here" + placeholder: | + Examples of relevant information: + + * What OS and distribution are you using? + * Are you running an experimental branch (i.e. not `master`)? + * Is the issue reproducible in other terminals? + validations: + required: false