-
-
Couldn't load subscription status.
- Fork 193
feat: add funding.json
#1632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: add funding.json
#1632
Conversation
Added funding manifest for Svelte, including details about the organization, projects, and funding channels.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| "role": "owner", | ||
| "name": "Svelte", | ||
| "description": "Web development for the rest of us", | ||
| "email": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need an official email here so we can be contacted. It's also required by the JSON schema.
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
| }, | ||
| "repositoryUrl": { | ||
| "url": "https://github.com/sveltejs/svelte", | ||
| "wellKnown": "https://github.com/sveltejs/svelte/blob/main/.well-known/funding-manifest-urls" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that a file similar to https://github.com/sveltejs/svelte.dev/pull/1632/files#diff-dc6aa312408365efda3e35f463314bc3c7a2f37df864885c94ab21be318e8f6c needs to be added to the Svelte repository to provide provenance to the manifest.
| }, | ||
| "repositoryUrl": { | ||
| "url": "https://github.com/sveltejs/kit", | ||
| "wellKnown": "https://github.com/sveltejs/kit/blob/main/.well-known/funding-manifest-urls" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that a file similar to https://github.com/sveltejs/svelte.dev/pull/1632/files#diff-dc6aa312408365efda3e35f463314bc3c7a2f37df864885c94ab21be318e8f6c needs to be added to the SvelteKit repository to provide provenance to the manifest.
This PR adds a
funding.jsonfile based on https://fundingjson.org which will allow Svelte to apply for funding from https://floss.fund .The selected projects were based on the search results of
FUNDING.ymlin our GitHub organisation https://github.com/search?q=org%3Asveltejs%20FUNDING.yml&type=code . But I think there are more projects we could add, just off the top of my head: devalue, svelte-mcp, acorn-ts .The financial plans are based off the plans in https://opencollective.com/svelte
I chose to omit https://github.com/sponsors/sveltejs as a financial payment method since we don't advertise it anywhere and it looks mostly abandoned. OpenCollective is more transparent anyway.
The annoying bit is that we need to add a
.well-known/funding-manifest-urlsfile to each project's repository if we decide to go ahead with this if we want provenance for those project URLs listed. Once that's done, we can submit the URL to the funding.json file to https://dir.floss.fund/submit to applyEDIT: removed all projects except svelte and sveltekit so that it's easier for us to get started
Before submitting the PR, please make sure you do the following
feat:,fix:,chore:, ordocs:.