Skip to content

Commit

Permalink
bug_report.yaml: fix typos (#2061)
Browse files Browse the repository at this point in the history
Change Operation System to Operating System

Change "How did it happened?" to "How did it happen?"
  • Loading branch information
i-Moony authored Jul 8, 2023
1 parent 9d92714 commit cccef2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body:
id: os_type
attributes:
label: Which OS are you playing on?
description: Please select your Operation System from the dropdown.
description: Please select your Operating System from the dropdown.
options:
- Windows
- Linux (currently not supported, don't file any reports if your are using this)
Expand Down Expand Up @@ -55,7 +55,7 @@ body:
id: steps_to_reproduce
attributes:
label: Describe the steps you took to encounter the bug.
description: How did it happened? Please provide steps to reproduce the bug if possible. Did the bug disappear with slightly altered steps?
description: How did it happen? Please provide steps to reproduce the bug if possible. Did the bug disappear with slightly altered steps?
placeholder: Tell us what you did!
validations:
required: false
Expand Down

1 comment on commit cccef2e

@HedgehogsRcute
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dis need to be fix

Please sign in to comment.