-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ae3c11
commit cc22f00
Showing
1 changed file
with
87 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,87 @@ | ||
{ | ||
"version": "v1.0.0", | ||
"entity": { | ||
"type": "organisation", | ||
"role": "owner", | ||
"name": "firstcontributions", | ||
"email": "[email protected]", | ||
"phone": "", | ||
"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.", | ||
"webpageUrl": { | ||
"url": "https://firstcontributions.github.io/" | ||
} | ||
}, | ||
"projects": [ | ||
{ | ||
"guid": "first-contributions", | ||
"name": "First contributions", | ||
"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", | ||
"webpageUrl": { | ||
"url": "https://firstcontributions.github.io/", | ||
"wellKnown": "" | ||
}, | ||
"repositoryUrl": { | ||
"url": "https://github.com/firstcontributions/first-contributions", | ||
"wellKnown": "" | ||
}, | ||
"licenses": ["spdx:MIT"], | ||
"tags": ["tutorial", "beginner", "open-source", "contribution"] | ||
} | ||
], | ||
"funding": { | ||
"channels": [ | ||
{ | ||
"guid": "opencollective", | ||
"type": "payment-provider", | ||
"address": "https://opencollective.com/firstcontributions", | ||
"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" | ||
}, | ||
{ | ||
"guid": "github-sponsors", | ||
"type": "payment-provider", | ||
"address": "https://github.com/sponsors/firstcontributions", | ||
"description": "Uses open collective" | ||
} | ||
], | ||
"plans": [ | ||
{ | ||
"guid": "maintainer-time", | ||
"status": "active", | ||
"name": "Maintainer compensation", | ||
"description": "This will compensate the effort of one maintainer working part-time on the projects.", | ||
"amount": 30000, | ||
"currency": "USD", | ||
"frequency": "yearly", | ||
"channels": ["opencollective", "github-sponsors"] | ||
}, | ||
{ | ||
"guid": "hosting-monthly", | ||
"status": "active", | ||
"name": "Hosting support", | ||
"description": "This will cover the monthly server hosting costs for the projects.", | ||
"amount": 30, | ||
"currency": "USD", | ||
"frequency": "monthly", | ||
"channels": ["opencollective", "github-sponsors"] | ||
} | ||
], | ||
"history": [ | ||
{ | ||
"year": 2024, | ||
"income": 3, | ||
"expenses": 0, | ||
"taxes": 0, | ||
"currency": "USD", | ||
"description": "" | ||
}, | ||
{ | ||
"year": 2023, | ||
"income": 5, | ||
"expenses": 0, | ||
"taxes": 0, | ||
"currency": "USD", | ||
"description": "" | ||
} | ||
] | ||
} | ||
} |