Skip to content

Commit

Permalink
fixing form
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 683e395 commit 09c4e3a
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/ISSUE_TEMPLATE/project_contribution.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Project Contribution
description: Contribution a Project to the OpenSSF
title: "[Bug]: "
title: "[Project Contribution]: "
labels: ["administration","For Review"]
projects: ["tac"]
assignees:
Expand Down Expand Up @@ -43,41 +43,33 @@ body:
value: "The mission of the Project is to "
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of our software are you running?
options:
- 1.0.2 (Default)
- 1.0.3 (Edge)
default: 0
validations:
required: true
- type: dropdown
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.
multiple: true
options:
- "Yes"
- "No"
validations:
required: true
- 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"
validations:
required: true
- 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"
validations:
required: true
- type: checkboxes
id: terms
attributes:
Expand Down

0 comments on commit 09c4e3a

Please sign in to comment.