Skip to content

Commit

Permalink
Update bug report.yml
Browse files Browse the repository at this point in the history
Converted values into placeholders
  • Loading branch information
objecttothis committed Mar 19, 2024
1 parent 946b689 commit 9ba9c16
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/ISSUE_TEMPLATE/bug report.yml
Expand Up @@ -17,26 +17,23 @@ body:
attributes:
label: Bug Description?
description: Describe the problem that you are seeing
placeholder: Tell us what you see!
value: "Describe the problem that you are seeing!"
placeholder: "Describe the problem that you are seeing"
validations:
required: true
- type: textarea
id: steps-reproduce
attributes:
label: Steps to Reproduce?
description: List the steps to reproduce this issue
placeholder: Tell us what you see!
value: "Steps to Reproduce!"
placeholder: "Steps to Reproduce"
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior?
description: Tell us what did you expect to happen?
placeholder: Tell us what you see!
value: "Expected Behavior!"
placeholder: "Expected Behavior"
validations:
required: true
- type: dropdown
Expand Down

0 comments on commit 9ba9c16

Please sign in to comment.