Skip to content

Commit 2733ca6

Browse files
committed
add funding form (#76)
See #73
1 parent 9d68e1d commit 2733ca6

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed
+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: Nix Event Funding form
2+
description: Form to get new events funded!
3+
title: "[Funding]: $event name $date"
4+
labels: ["funding-request", "triage"]
5+
assignees:
6+
- zimbatm
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
NixOS Foundation has a budget to help fund community events.
12+
13+
Fill in this form to get funding approved for your event.
14+
15+
Make sure to read <https://nixos.org/community/event-funding.html> before filling the form.
16+
- type: input
17+
id: event-name
18+
attributes:
19+
label: Event Name
20+
description: Name of the Nix event
21+
validations:
22+
required: true
23+
- type: input
24+
id: event-website
25+
attributes:
26+
label: Event Website
27+
description: Website with information about the event
28+
placeholder: https://...
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: event-purpose
33+
attributes:
34+
label: Event Purpose
35+
description: What is the purpose of the event?
36+
validations:
37+
required: true
38+
- type: input
39+
id: event-visitors
40+
attributes:
41+
label: Event Visitors
42+
description: What is the ~ expected number of visitors?
43+
validations:
44+
required: true
45+
- type: input
46+
id: event-organizer
47+
attributes:
48+
label: Event Organizer
49+
description: Who is the main organizer of the event?
50+
validations:
51+
required: true
52+
- type: input
53+
id: budget-amount
54+
attributes:
55+
label: Budget amount
56+
description: What is the budget you are seeking for (and what currency?)
57+
validations:
58+
required: true
59+
- type: textarea
60+
id: budget-description
61+
attributes:
62+
label: Budget description
63+
description: What would the budget allow you to do?

0 commit comments

Comments
 (0)