From a0f620610517252c6d456513a7b844b55927fac8 Mon Sep 17 00:00:00 2001 From: Jim Hodapp Date: Mon, 6 Jan 2025 16:41:58 -0600 Subject: [PATCH] Update bug_report.yaml Refining the bug reporting template. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index de29da5..4d36156 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -21,20 +21,19 @@ body: attributes: label: What happened? description: Describe the issue here. - placeholder: Tell us what you see! - value: "A bug happened!" + placeholder: Describe the issue you are seeing validations: required: true - type: input id: version attributes: label: What is the version of refactor-platform-fe that you're seeing the problem on? - placeholder: ex. v0.3.0 + placeholder: ex. 1.0-rc2 validations: required: true - type: textarea id: logs attributes: - label: Any related code to produce this issue and relevant log output. - description: Please copy and paste any relevant code or logs to reproduce this issue. If you have your own public repository, you can link to that here. - render: shell \ No newline at end of file + label: Any related code or configuration details to produce this issue as well as relevant log output. + description: Please copy and paste any relevant code, configuration details or logs to reproduce this issue. If you have your own public repository, you can link to that here. + render: shell