Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Southpaw <[email protected]>
  • Loading branch information
woodiertexas and Southpaw1496 authored Sep 4, 2024
1 parent 9fb9608 commit 112963c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@ 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

- type: textarea
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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/content_issue_report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

Expand Down

0 comments on commit 112963c

Please sign in to comment.