diff options
author | Aki Van Ness <aki@yosyshq.com> | 2022-10-11 06:13:41 -0400 |
---|---|---|
committer | Aki <201479+lethalbit@users.noreply.github.com> | 2022-10-12 09:31:32 -0400 |
commit | f35c062354668b817a0f911fe9158b6b1e150617 (patch) | |
tree | 4c1024917bd28306d66e9fb9866bf9e4ac28daa7 | |
parent | fcf742837e2356872f6ca88382a24911cccfff53 (diff) | |
download | yosys-f35c062354668b817a0f911fe9158b6b1e150617.tar.gz yosys-f35c062354668b817a0f911fe9158b6b1e150617.tar.bz2 yosys-f35c062354668b817a0f911fe9158b6b1e150617.zip |
github: issues: added an OS dropdown to the issue template
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ca9cb4811..27cfd09b7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,6 +25,19 @@ body: validations: required: true + - type: dropdown + id: os + attributes: + label: On which OS did this happen? + options: + - Linux + - macOS + - Windows + - BSD + multiple: true + validations: + required: true + - type: markdown attributes: value: > @@ -60,4 +73,3 @@ body: description: "Please describe how the behavior you see differs from the expected behavior." validations: required: true - |