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

Corrected YML formatting issues with enhancement form template #5676

Merged
merged 1 commit into from
Jun 13, 2023
Merged
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
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/enhancement-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ body:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- label: I have searched the existing issues
required: true
- type: textarea
id: description-of-problem
attributes:
Expand Down Expand Up @@ -54,14 +54,14 @@ body:
label: Do you be plan to contribute code for this enhancement?
description: We would like to know if you are willing to take ownership of this enhancement.
options:
- label: Yes
- label: Yes
- type: checkboxes
id: sponsorship-interest
attributes:
label: Would you be interested in sponsoring this enhancement?
description: There are many developers in this community that may be willing to work on this.
options:
- label: Yes
- label: Yes
- type: checkboxes
id: terms
attributes:
Expand Down