Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#6849 remove checkboxes from bug/enhancement templates #7223

Merged
merged 2 commits into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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