mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Add OS version to issue template (#2870)
This commit is contained in:
parent
897d84f0f9
commit
1e65f95a3b
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -99,6 +99,13 @@ body:
|
||||||
- Other (unsupported)
|
- Other (unsupported)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: operating-system-version
|
||||||
|
attributes:
|
||||||
|
label: Which operating system version?
|
||||||
|
placeholder: e.g. Debian 11
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: isa
|
id: isa
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue