From 50b757866998f98e40934becd245439418e7a8d9 Mon Sep 17 00:00:00 2001 From: "Tomoya.Fujita" Date: Fri, 15 Nov 2024 13:36:48 -0700 Subject: [PATCH] merge a couple field to make it simple format. Signed-off-by: Tomoya.Fujita --- .github/ISSUE_TEMPLATE/bug_report.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 75364ce..bfb7d16 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: @@ -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