Skip to content

Commit df3a7d7

Browse files
committed
Updated .github/ISSUE_TEMPLATE/bug_report.yaml
1 parent d95ec2e commit df3a7d7

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,12 @@ body:
4848
label: What OS are you seeing the problem on?
4949
multiple: true
5050
options:
51-
- all
52-
- ubuntu-latest or ubuntu-20.04
53-
- ubuntu-18.04
54-
- macos-latest or macos-10.15
55-
- macos-11
56-
- windows-latest or windows-2019
57-
- windows-2016
51+
- Ubuntu
52+
- macOS
53+
- Windows
54+
- Other
5855
validations:
59-
required: true
56+
required: false
6057
- type: textarea
6158
id: expected
6259
attributes:
@@ -70,6 +67,11 @@ body:
7067
attributes:
7168
label: Relevant log output
7269
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
70+
placeholder: |
71+
This can be achieved by:
72+
1. Re-running the workflow with debug logging enabled.
73+
2. Copy or download the log archive.
74+
3. Paste the contents here or upload the file in a subsequent comment.
7375
render: shell
7476
- type: textarea
7577
attributes:

0 commit comments

Comments
 (0)