mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
ci: simplify bug_report.yml
(#3276)
The extra checks for reading the code of conduct are now in one place; also removed a double-check on searching the docs and the issue tracker.
This commit is contained in:
parent
aa3a175364
commit
7371ba225f
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -36,6 +36,8 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- label: I read the [documentation on debugging](https://docker-mailserver.github.io/docker-mailserver/latest/config/debugging/), tried the proposed steps to debug the problem, but was still unable to resolve the issue.
|
- label: I read the [documentation on debugging](https://docker-mailserver.github.io/docker-mailserver/latest/config/debugging/), tried the proposed steps to debug the problem, but was still unable to resolve the issue.
|
||||||
required: true
|
required: true
|
||||||
|
- label: I have read this project's [Code of Conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md) and I agree
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: affected-components
|
id: affected-components
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -153,16 +155,6 @@ body:
|
||||||
- label: I am rather experienced with mail servers
|
- label: I am rather experienced with mail servers
|
||||||
- label: I am uncomfortable with the CLI
|
- label: I am uncomfortable with the CLI
|
||||||
- label: I am rather comfortable with the CLI
|
- label: I am rather comfortable with the CLI
|
||||||
- type: checkboxes
|
|
||||||
id: terms-code-of-conduct
|
|
||||||
attributes:
|
|
||||||
label: Code of conduct
|
|
||||||
description: By submitting this issue, you agree to follow [our code of conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md).
|
|
||||||
options:
|
|
||||||
- label: I have read this project's [Code of Conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md) and I agree
|
|
||||||
required: true
|
|
||||||
- label: I have read the [README](https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md) and the [documentation](https://docker-mailserver.github.io/docker-mailserver/edge/) and I searched the [issue tracker](https://github.com/docker-mailserver/docker-mailserver/issues?q=is%3Aissue) but could not find a solution
|
|
||||||
required: true
|
|
||||||
- type: input
|
- type: input
|
||||||
id: form-improvements
|
id: form-improvements
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue