Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relates to #1082, but actual submission should be done separately
File to be deployed on
www.artalar.dev/funding.json{ "$schema": "https://fundingjson.org/schema/v1.0.0/funding.schema.json", "version": "v1.0.0", "entity": { "name": "Artalar", "type": "individual", "role": "owner", "description": "Maintainer of Reatom", "email": "", // SETUP REAL EMAIL "webpageUrl": { "url": "https://www.artalar.dev/" } }, "projects": [ { "name": "Reatom", "description": "The ultimate logic and state manager for small widgets and huge SPAs", "webpageUrl": { "url": "https://v1000.reatom.dev/", "wellKnown": "https://v1000.reatom.dev/.well-known/funding-manifest-urls" }, "guid": "reatom", "licenses": ["spdx:MIT"], "repositoryUrl": { "url": "https://github.com/reatom/reatom/", "wellKnown": "https://github.com/reatom/reatom/tree/v1000/.well-known/funding-manifest-urls" }, "tags": ["web-development"] } ], "funding": { "channels": [ { "guid": "boosty", "type": "other", "address": "https://boosty.to/artalar" }, { "guid": "patreon", "type": "other", "address": "https://www.patreon.com/artalar_dev" } ], "plans": [ { "guid": "monthly-rub", "name": "Monthly support", "channels": ["boosty"], "amount": 0, "currency": "RUB", "frequency": "monthly", "status": "active" }, { "guid": "monthly-usd", "name": "Monthly support", "channels": ["patreon"], "amount": 0, "currency": "USD", "frequency": "monthly", "status": "active" }, { "guid": "tips", "name": "One time tips", "channels": ["boosty"], "status": "active", "amount": 0, "currency": "RUB", "frequency": "one-time" } ] } }