Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ body:
- type: textarea
id: result
attributes:
label: What happened?
label: Intended vs. Actual Result
Copy link
Contributor

Choose a reason for hiding this comment

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

Please keep capitalisation consistent with other labels

I'd prefer to use "and" instead of "vs." because it's better practice to use simpler words and no abbreviation when writing for an international audience

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. Is it so that those who use online translators get better translations?

placeholder: Tell us what went wrong
value: |
### What did you expect?
#### What did you expect to happen?

### What happened?
#### What happened instead?
validations:
required: true
- type: input
Expand Down
1 change: 1 addition & 0 deletions changelog.d/4076.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove redundant heading from bug report issue form