Skip to content

Commit

Permalink
remove booleans
Browse files Browse the repository at this point in the history
Thanks @steiza for the help!

Signed-off-by: Amanda L Martin <[email protected]>
  • Loading branch information
hythloda authored Nov 29, 2023
1 parent 1cc90e8 commit 683e395
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/project_contribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,24 @@ body:
label: Have you made a PR for a new file(s) in the project-lifecycle-documents directory containing all information requested for a project creation? This file must be based on the template for the respective lifecycle stage in the templates directory. The PROJECT_NAME_ prefix of the template must be replaced by the project(s) name.
multiple: true
options:
- Yes
- No
- "Yes"
- "No"
- type: dropdown
id: PR-table-addition
attributes:
label: In the above PR have you made a modification of the table listing all projects in the README of this repository by adding the project(s) to the table.
multiple: true
options:
- Yes
- No
- "Yes"
- "No"
- type: dropdown
id: IP-Review
attributes:
label: Contributing an existing project to the OpenSSF requires a one-time IP policy and license review with The Linux Foundation. Do you need such a review?
multiple: true
options:
- Yes
- No
- "Yes"
- "No"
- type: checkboxes
id: terms
attributes:
Expand All @@ -88,4 +88,4 @@ body:
required: true
- type: markdown
attributes:
value: "Thanks for completing this form to contribute your project! If you have any problems, questions or concerns please email us at [email protected]"
value: "Thanks for completing this form to contribute your project! If you have any problems, questions or concerns please email us at [email protected]"

0 comments on commit 683e395

Please sign in to comment.