From ff8108604188e3884d2bba0d3a622249e3d22885 Mon Sep 17 00:00:00 2001 From: Zach Steindler Date: Tue, 11 Jun 2024 14:09:04 -0400 Subject: [PATCH] Iterate on funding application 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 --- .../ISSUE_TEMPLATE/funding_application.yml | 35 ++++++++++++++----- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/funding_application.yml b/.github/ISSUE_TEMPLATE/funding_application.yml index 2e7735cd..a8ecf4a5 100644 --- a/.github/ISSUE_TEMPLATE/funding_application.yml +++ b/.github/ISSUE_TEMPLATE/funding_application.yml @@ -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 @@ -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: