From 112963c743229d377a314537270b8d5636cc7372 Mon Sep 17 00:00:00 2001 From: woodiertexas Date: Wed, 4 Sep 2024 06:48:23 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Southpaw <44805409+Southpaw1496@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++------ .github/ISSUE_TEMPLATE/content_issue_report.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6e262503..59827d10 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -19,7 +19,7 @@ body: id: expected-results attributes: label: Expected results - description: "Please describe what you expected to happen." + description: "What should happen when you follow the reproduction steps?" validations: required: true @@ -27,21 +27,21 @@ body: id: actual-results attributes: label: Actual results - description: "Please describe what actually happened." + description: "What actually happened?" validations: required: true - - type: textarea + - type: input id: device-and-os attributes: label: What device are you using and what OS is it running? validations: required: true - - type: textarea + - type: input id: browser attributes: - label: Which browser are you using? If you know your browser version, please specify it. - description: "Please be sure you're on the latest version of the browser you are currently using." + label: Browser information. + description: "The browser you're using and its version, if you know it." validations: required: true diff --git a/.github/ISSUE_TEMPLATE/content_issue_report.yml b/.github/ISSUE_TEMPLATE/content_issue_report.yml index a86f561b..586ef68a 100644 --- a/.github/ISSUE_TEMPLATE/content_issue_report.yml +++ b/.github/ISSUE_TEMPLATE/content_issue_report.yml @@ -1,6 +1,6 @@ name: Content Issue Report description: Report a content issue on the website. -labels: [bug] +labels: [content issue] body: - type: markdown attributes: @@ -11,7 +11,7 @@ body: id: description attributes: label: Describe the issue - description: "Please describe what went wrong with the website content." + description: "Please describe the content issue you found." validations: required: true