-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thanks @steiza for the help! Signed-off-by: Amanda L Martin <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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]" |