summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 8749ae93..3c25cea5 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