Skip to content

Commit

Permalink
Merge pull request #1207 from Dasharo/field_types
Browse files Browse the repository at this point in the history
bug_report.yml: change types of summary and reproductibility
  • Loading branch information
macpijan authored Jan 13, 2025
2 parents eac7dcd + ed71a3f commit 18b1c50
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
Expand Up @@ -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
Expand Down

0 comments on commit 18b1c50

Please sign in to comment.