Skip to content

Commit

Permalink
merge a couple field to make it simple format.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya.Fujita <[email protected]>
  • Loading branch information
fujitatomoya committed Nov 15, 2024
1 parent 8dbe684 commit 50b7578
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,6 @@ body:
- type: markdown
attributes:
value: "**Required Info:**"
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: |
Please search to see if an issue already exists for the bug you encountered.
Please be mindful that some bugs may be attributable to individual ROS packages.
options:
- label: I have searched the existing issues
required: true
- type: textarea
id: regression
attributes:
label: Regression
description: Is the reported bug a regression? If so, what is the last version of ROS where it still worked fine?
validations:
required: false
- type: input
id: os
attributes:
Expand Down Expand Up @@ -106,5 +90,8 @@ body:
id: addinfo
attributes:
label: "Additional information"
description: |
Please note any additional information to share here.
e.g) Is the reported bug a regression? If so, what is the last version of ROS where it still worked fine?
validations:
required: false

0 comments on commit 50b7578

Please sign in to comment.