Skip to content

Commit

Permalink
Rename labels and update descriptions for bug report
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
  • Loading branch information
RyanLua committed Oct 22, 2023
1 parent f4595b0 commit a7d30a4
Showing 1 changed file with 6 additions and 6 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 @@ -15,15 +15,15 @@ body:
- type: textarea
id: expected-behavior
attributes:
label: What was expected?
label: Expected behavior
description: What did you expect to happen?
placeholder: When I do this, that is supposed to happen
- type: textarea
id: actual-behavior
attributes:
label: What actually happened?
description: What happened instead?
placeholder: When I do this, it instead does that.
label: Actual behavior
description: What actually happened instead? If you have a screenshot or video, attach them.
placeholder: When I do this, it instead does that
- type: textarea
id: repro-steps
attributes:
Expand All @@ -45,8 +45,8 @@ body:
id: other-details
attributes:
label: Other details
description: Is there anything else we should know or have? (screenshots, links, videos, etc.)
placeholder: Any other details you would like to add? You can attach files here, this includes screenshots, videos, etc.
description: Is there anything else we should know or have?
placeholder: The bug is able to be only reproduced able this percent of the time
- type: input
id: version
attributes:
Expand Down

0 comments on commit a7d30a4

Please sign in to comment.