Skip to content

Commit

Permalink
set ids in issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jul 1, 2023
1 parent fb6294e commit 5fcb704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,21 @@ body:
- label: I have searched the existing issues
required: true
- type: textarea
id: current-behavior
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: false
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: false
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
Expand All @@ -34,6 +37,7 @@ body:
validations:
required: false
- type: textarea
id: environment
attributes:
label: Environment
description: |
Expand Down

0 comments on commit 5fcb704

Please sign in to comment.