Skip to content

Commit cc22f00

Browse files
committed
add funding.json
1 parent 3ae3c11 commit cc22f00

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

public/funding.json

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "organisation",
5+
"role": "owner",
6+
"name": "firstcontributions",
7+
"email": "[email protected]",
8+
"phone": "",
9+
"description": "Improve accessibility with enhanced documentation tailored for beginners and create opportunities for first-time contributors to get involved. Focus on building great software while inspiring a thriving, collaborative community around open source projects.",
10+
"webpageUrl": {
11+
"url": "https://firstcontributions.github.io/"
12+
}
13+
},
14+
"projects": [
15+
{
16+
"guid": "first-contributions",
17+
"name": "First contributions",
18+
"description": "Help beginners learn how to contribute to open-source projects. It provides a simple and beginner-friendly way for users to understand the contribution workflow using Git and GitHub. We've had over 90,000 users since we started in 2016",
19+
"webpageUrl": {
20+
"url": "https://firstcontributions.github.io/",
21+
"wellKnown": ""
22+
},
23+
"repositoryUrl": {
24+
"url": "https://github.com/firstcontributions/first-contributions",
25+
"wellKnown": ""
26+
},
27+
"licenses": ["spdx:MIT"],
28+
"tags": ["tutorial", "beginner", "open-source", "contribution"]
29+
}
30+
],
31+
"funding": {
32+
"channels": [
33+
{
34+
"guid": "opencollective",
35+
"type": "payment-provider",
36+
"address": "https://opencollective.com/firstcontributions",
37+
"description": "Fiscal host is Open Source Collective. Payment methods can be found in https://docs.opencollective.com/help/financial-contributors/payments#select-a-payment-method"
38+
},
39+
{
40+
"guid": "github-sponsors",
41+
"type": "payment-provider",
42+
"address": "https://github.com/sponsors/firstcontributions",
43+
"description": "Uses open collective"
44+
}
45+
],
46+
"plans": [
47+
{
48+
"guid": "maintainer-time",
49+
"status": "active",
50+
"name": "Maintainer compensation",
51+
"description": "This will compensate the effort of one maintainer working part-time on the projects.",
52+
"amount": 30000,
53+
"currency": "USD",
54+
"frequency": "yearly",
55+
"channels": ["opencollective", "github-sponsors"]
56+
},
57+
{
58+
"guid": "hosting-monthly",
59+
"status": "active",
60+
"name": "Hosting support",
61+
"description": "This will cover the monthly server hosting costs for the projects.",
62+
"amount": 30,
63+
"currency": "USD",
64+
"frequency": "monthly",
65+
"channels": ["opencollective", "github-sponsors"]
66+
}
67+
],
68+
"history": [
69+
{
70+
"year": 2024,
71+
"income": 3,
72+
"expenses": 0,
73+
"taxes": 0,
74+
"currency": "USD",
75+
"description": ""
76+
},
77+
{
78+
"year": 2023,
79+
"income": 5,
80+
"expenses": 0,
81+
"taxes": 0,
82+
"currency": "USD",
83+
"description": ""
84+
}
85+
]
86+
}
87+
}

0 commit comments

Comments
 (0)