Skip to content

Commit

Permalink
Iterate on funding application
Browse files Browse the repository at this point in the history
Arguably, our second funding cycle was a success with at least two
requests approved! When we went to evaluate the applications, it became
clear that an exact amount was helpful for budgeting, and it wasn't
clear that funding requests should come from a specific OpenSSF TI.
These proposed changes aim to make the funding process more clear to
applicants.

Signed-off-by: Zach Steindler <steiza@github.com>
  • Loading branch information
steiza committed Jun 11, 2024
1 parent cee5bad commit ff81086
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions .github/ISSUE_TEMPLATE/funding_application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,33 @@ body:
value: |
**Process:**
- Please review the process in the [TAC Process Documents](https://github.com/ossf/tac/blob/main/process/TI%20Funding%20Request%20Process.md)
- type: markdown
attributes:
value: "Qualifying information"
- type: input
id: TI
attributes:
label: Technical Initiative
description: Which OpenSSF Technical Initiative is requesting the funds?
placeholder: an existing OpenSSF working group, special interest group, or project
validations:
required: true
- type: input
id: lifecycle
attributes:
label: Lifecycle Phase
description: What is the lifecycle phase of the requesting Technical Initiative?
placeholder: sandbox
validations:
required: true
- type: input
id: amount
attributes:
label: Funding amount
description: What is the exact amount of funding you're requesting?
placeholder: $1000
validations:
required: true
- type: markdown
attributes:
value: "Problem statement - This section aims to set the stage and boundaries
Expand Down Expand Up @@ -121,14 +148,6 @@ body:
placeholder: null
validations:
required: true
- type: input
id: WG
attributes:
label: Which technical initiative will this funding initiative be associated
with, and will it report to which WG or project?
placeholder: null
validations:
required: true
- type: input
id: license
attributes:
Expand Down

0 comments on commit ff81086

Please sign in to comment.