Skip to content

Commit

Permalink
Clarify issue template to say “full stack trace”
Browse files Browse the repository at this point in the history
Reporters should always include the full stack trace. Make it more obvious that it is the case (and so we can point to the template in case people don’t).
  • Loading branch information
Jacalz committed Jun 5, 2023
1 parent 9ec5de3 commit 38941f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description about the bug. Please include the stack trace in the case of a crash.
description: A clear and concise description about the bug. Please include the full stack trace in the case of a crash.
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 38941f2

Please sign in to comment.