-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See #73
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
name: Nix Event Funding form | ||
description: Form to get new events funded! | ||
title: "[Funding]: $event name $date" | ||
labels: ["funding-request", "triage"] | ||
assignees: | ||
- zimbatm | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
NixOS Foundation has a budget to help fund community events. | ||
Fill in this form to get funding approved for your event. | ||
Make sure to read <https://nixos.org/community/event-funding.html> before filling the form. | ||
- type: input | ||
id: event-name | ||
attributes: | ||
label: Event Name | ||
description: Name of the Nix event | ||
validations: | ||
required: true | ||
- type: input | ||
id: event-website | ||
attributes: | ||
label: Event Website | ||
description: Website with information about the event | ||
placeholder: https://... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: event-purpose | ||
attributes: | ||
label: Event Purpose | ||
description: What is the purpose of the event? | ||
validations: | ||
required: true | ||
- type: input | ||
id: event-visitors | ||
attributes: | ||
label: Event Visitors | ||
description: What is the ~ expected number of visitors? | ||
validations: | ||
required: true | ||
- type: input | ||
id: event-organizer | ||
attributes: | ||
label: Event Organizer | ||
description: Who is the main organizer of the event? | ||
validations: | ||
required: true | ||
- type: input | ||
id: budget-amount | ||
attributes: | ||
label: Budget amount | ||
description: What is the budget you are seeking for (and what currency?) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: budget-description | ||
attributes: | ||
label: Budget description | ||
description: What would the budget allow you to do? |