Skip to content

Commit

Permalink
Update bug.yml
Browse files Browse the repository at this point in the history
Some tweaks to language, made expected behaviour optional (not useful to fill out most of the time), added an area for crash stack traces
  • Loading branch information
sirjuddington authored Jan 2, 2024
1 parent 51a3c50 commit de80193
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:
id: repro
attributes:
label: Steps to Reproduce and Observed Behavior
description: What exactly can someone else do, in order to observe the problem that you observed? Include the output and all error messages.
description: What exactly can someone else do, in order to observe the problem that you observed? Include output and error messages if applicable.
value: |
1. Go to '...'
2. Click on '....'
Expand All @@ -60,7 +60,15 @@ body:
description: What did you expect to happen instead?
render: text
validations:
required: true
required: false
- type: textarea
id: stacktrace
attributes:
label: Stack Trace
description: If the bug caused SLADE to crash with a stack trace window, copy+paste the stack trace here.
render: text
validations:
required: false
- type: textarea
id: screenshot
attributes:
Expand Down

0 comments on commit de80193

Please # to comment.