Skip to content

Commit

Permalink
odpi#6849 remove checkboxes from bug/enhancement templates
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Dec 5, 2022
1 parent 4fab6e3 commit b9d2d26
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ description: File a bug/issue
title: "[BUG] <title>"
labels: [bug, triage]
body:
- type: checkboxes
- type: input
id: issue_exists
attributes:
label: Is there an existing issue for this?
description: "Search to see if an issue already exists for the probem you encountered. This can save you and the maintainers time. Please include any related issues in the other text boxes below ie by #1234 for an egeria issue, or include the URL"
options:
- label: I have searched the existing issues
required: true
label: Existing/related issue?
description: "Search for related issues. List below as #123456"
validations:
required: false
- type: textarea
attributes:
label: Current Behavior
Expand Down
17 changes: 8 additions & 9 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ description: Suggest an Enhancement
title: "[Enhancement] <title>"
labels: [enhancement, triage]
body:
- type: checkboxes
- type: input
id: issue_exists
attributes:
label: Is there an existing issue for this?
description: "Search to see if an issue already exists for the probem you encountered. This can save you and the maintainers time. Please include any related issues in the other text boxes below ie by #1234 for an egeria issue, or include the URL"
options:
- label: I have searched the existing issues
required: true
label: Existing/related issue?
description: "Search for related issues. List below as #123456"
validations:
required: false
- type: textarea
attributes:
label: Please describe the new behavior that that will improve Egeria
Expand All @@ -35,10 +34,10 @@ body:
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: checkboxes
- type: input
id: work_on_it
attributes:
label: Would you be prepared to be assigned this issue to work on?
description: Let us know if you'd be able to be involved in designing and implementing this enhancement
options:
- label: I can work on this
validations:
required: false

0 comments on commit b9d2d26

Please sign in to comment.