Skip to content

Commit

Permalink
chore: explicitly mark fields as optional in bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Jan 10, 2025
1 parent d3690de commit bbc36fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/1_bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ body:
- type: textarea
id: repro
attributes:
label: How to reproduce
label: How to reproduce (Optional)
description: How do you trigger this bug? Please walk us through it step by step.
placeholder: |
1. ...
Expand All @@ -61,7 +61,7 @@ body:
- type: textarea
id: expected
attributes:
label: Expected behavior
label: Expected behavior (Optional)
description: Explain what you expected to actually have happened.
placeholder: |
1. Setting ... option should not crash the application
Expand All @@ -70,7 +70,7 @@ body:
- type: textarea
id: logs
attributes:
label: Relevant log output
label: Relevant log output (Optional)
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
validations:
Expand Down

0 comments on commit bbc36fb

Please sign in to comment.