Skip to content

Commit

Permalink
bug_report.yml: change types of summary and reproductibility
Browse files Browse the repository at this point in the history
These seemed to be swapped, long description had one line entry type,
while simple percentage had whole text area.

Signed-off-by: Krystian Hebel <[email protected]>
krystian-hebel committed Jan 13, 2025
1 parent eac7dcd commit ed71a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -95,15 +95,15 @@ body:
validations:
required: false

- type: input
- type: textarea
id: summary
attributes:
label: Brief summary
description: A clear and concise summary of the bug.
validations:
required: true

- type: textarea
- type: input
id: reproductibility
attributes:
label: How reproducible

0 comments on commit ed71a3f

Please sign in to comment.