From 83a0ca4a5b96282ff1c3287c5d68afbe197f1e9a Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:17:52 +0400 Subject: [PATCH] Update bug report.yml (#3950) * Update bug report.yml Changed order of bug report * Update bug report.yml Converted values into placeholders --- .github/ISSUE_TEMPLATE/bug report.yml | 51 +++++++++++++-------------- 1 file changed, 24 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug report.yml b/.github/ISSUE_TEMPLATE/bug report.yml index 35c4c8fa1..9c5fd5b45 100644 --- a/.github/ISSUE_TEMPLATE/bug report.yml +++ b/.github/ISSUE_TEMPLATE/bug report.yml @@ -12,6 +12,30 @@ body: Bug reports indicate that something is not working as intended. Please include as much detail as possible and submit a separate bug report for each problem. Do not include personal identifying information such as email addresses or encryption keys. + - type: textarea + id: bug-description + attributes: + label: Bug Description? + description: Describe the problem that you are seeing + placeholder: "Describe the problem that you are seeing" + validations: + required: true + - type: textarea + id: steps-reproduce + attributes: + label: Steps to Reproduce? + description: List the steps to reproduce this issue + placeholder: "Steps to Reproduce" + validations: + required: true + - type: textarea + id: expected-behavior + attributes: + label: Expected Behavior? + description: Tell us what did you expect to happen? + placeholder: "Expected Behavior" + validations: + required: true - type: dropdown id: ospos-version attributes: @@ -76,33 +100,6 @@ body: placeholder: "Web Server and version " validations: required: true - - type: textarea - id: expected-behavior - attributes: - label: Expected Behavior? - description: Tell us what did you expect to happen? - placeholder: Tell us what you see! - value: "Expected Behavior!" - validations: - required: true - - type: textarea - id: bug-description - attributes: - label: Bug Description? - description: Describe the problem that you are seeing - placeholder: Tell us what you see! - value: "Describe the problem that you are seeing!" - validations: - required: true - - type: textarea - id: steps-reproduce - attributes: - label: Steps to Reproduce? - description: List the steps to reproduce this issue - placeholder: Tell us what you see! - value: "Steps to Reproduce!" - validations: - required: true - type: textarea id: servers attributes: