Skip to content

Commit

Permalink
more fields
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 30, 2023
1 parent b0c1a70 commit a5effd1
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions .github/ISSUE_TEMPLATE/project_contribution.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Project Contribution
name: Project Contribution - Sandbox
description: Contribution a Project to the OpenSSF
title: "[Project Contribution]: "
title: "[Project Contribution Sandbox]: "
labels: ["administration","For Review"]
projects: ["tac"]
assignees:
Expand Down Expand Up @@ -106,21 +106,40 @@ body:
- "No"
validations:
required: true
- type: checkboxes
id: terms
- type: textarea
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [OpenSSF Code of Conduct](https://openssf.org/community/code-of-conduct/)
options:
- label: I agree to follow the [OpenSSF's Code of Conduct](https://openssf.org/community/code-of-conduct/)
required: true
label: OpenSSF Overlap
description: What OpenSSF projects does this project overlap with, and how?
validations:
required: false
- type: textarea
attributes:
label: Similarities projects
description: Please list similar projects in the OpenSSF or elsewhere.
validations:
required: false
- type: textarea
attributes:
label: Project champions
description: Please list any people who are part of OpenSSF leadership (TAC, GB, etc.) who can endorse or answer questions about your project.
validations:
required: false
- type: textarea
id: Anything-else
attributes:
label: Are any other things you need to add?
label: Additional information
description: Any additional information you would like the TAC to consider when evaluating this project?
value:
validations:
required: false
- 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]"
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [OpenSSF Code of Conduct](https://openssf.org/community/code-of-conduct/)
options:
- label: I agree to follow the OpenSSF's Code of Conduct
required: true

0 comments on commit a5effd1

Please sign in to comment.