diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2021-09-13 11:08:08 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2021-09-13 12:09:36 +0300 |
| commit | 6d38f9e63d6466bc3f1cab3a94b14cd38f218a37 (patch) | |
| tree | b630c0e345f2826e30b9f13a597129173f6b70e2 | |
| parent | 156b5a5e29551913ab7994f33560a4b59019ac79 (diff) | |
github bug_report: Additional information field
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 13 |
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 |
