chore: add expected behaviour to github bug template (#4292)

This commit is contained in:
Matti Nannt
2024-11-12 14:27:53 +01:00
committed by GitHub
parent 306784c31b
commit 80d338c998

View File

@@ -10,6 +10,13 @@ body:
description: A summary of the issue. This needs to be a clear detailed-rich summary.
validations:
required: true
- type: textarea
id: issue-expected-behavior
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
validations:
required: false
- type: textarea
id: other-information
attributes: