From 3b884dbd47eccd973f6b3722f42623708e66e025 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Sat, 5 Nov 2022 03:25:26 +0100 Subject: [PATCH] react to form feedback feedback given in #2889 (#2891) --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 32ee6b24..2f632147 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -154,12 +154,15 @@ body: description: > **You are not obliged to answer this question**. We do encourage answering though as it provides context to better assist you. - Less experienced users tend to make common mistakes, which is ok; by letting us know we can spot those more easily. + Less experienced users tend to make common mistakes, which is ok; by letting us know we can spot those more easily. If you are experienced, we can skip basic questions and save time. options: - label: I am inexperienced with docker + - label: I am rather experienced with docker - label: I am inexperienced with mail servers + - label: I am rather experienced with mail servers - label: I am uncomfortable with the CLI + - label: I am rather comfortable with the CLI - type: checkboxes id: terms-code-of-conduct attributes: @@ -170,9 +173,10 @@ body: 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: textarea + - type: input id: form-improvements attributes: label: Improvements to this form? description: If you have criticism or general feedback about this issue form, feel free to tell us so we can enhance the experience for everyone. - render: Markdown + validations: + required: false