Skip to content

Commit

Permalink
enhance format
Browse files Browse the repository at this point in the history
Signed-off-by: Amanda L Martin <[email protected]>
  • Loading branch information
hythloda authored Nov 29, 2023
1 parent 292874b commit 34aeb24
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/ISSUE_TEMPLATE/project_contribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,33 +68,39 @@ body:
- type: textarea
id: mission
attributes:
label: Mission
label: What is your Project Mission?
placeholder: Project Mission
value: "The mission of the Project is to "
validations:
required: true
- type: dropdown
- type: markdown
attributes:
value: "A maintainer of the project(s) should create a [PR in this repository](https://github.com/ossf/tac/pulls) with a new file with [project-lifecycle-documents directory](https://github.com/ossf/tac/tree/project_contribution_template/process/project-lifecycle-documents) 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](https://github.com/ossf/tac/tree/project_contribution_template/process/templates). The `PROJECT_NAME_` prefix of the template must be replaced by the project name."
- type: input
id: PR-project-lifecycle
attributes:
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.
options:
- "Yes"
- "No"
label: What is the link to the above PR?
validations:
required: true
- type: markdown
attributes:
value: "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."
- 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.
label:
options:
- "Yes"
- "No"
validations:
required: true
- type: markdown
attributes:
value: "Contributing an existing project to the OpenSSF requires a one-time IP policy and license review with The Linux Foundation."
- 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?
label: Do you need such a review?
options:
- "Yes"
- "No"
Expand Down

0 comments on commit 34aeb24

Please sign in to comment.