Skip to content

Commit aa8288a

Browse files
fix: correct typos in issue templates
Closes #483 Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com>
1 parent a3e3c9d commit aa8288a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
validations:
1313
required: true
1414
- type: textarea
15-
id: setps-to-reproduce
15+
id: steps-to-reproduce
1616
attributes:
1717
label: Steps To Reproduce
1818
description: A set of instructions, step by step, explaining how to reproduce the bug.

.github/ISSUE_TEMPLATE/performance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ body:
77
id: description
88
attributes:
99
label: Description
10-
description: Clearly describe what code needs to be changed and what the performance impact is going to be. Bonus point's if you can tie this directly to user experience.
11-
placeholder: " Provide a description of the performance update."
10+
description: Clearly describe what code needs to be changed and what the performance impact is going to be. Bonus points if you can tie this directly to user experience.
11+
placeholder: "Provide a description of the performance update."
1212
validations:
1313
required: true
1414
- type: textarea

0 commit comments

Comments
 (0)