Skip to content
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

chore: add github sponsor #5293

Merged
merged 4 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion EXPENSE_POLICY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Expense Policy

Fastify collaborators accept donations through the [Open Collective](https://opencollective.com/fastify/)
platform to enhance the project and support the community.
platform and [GitHub Sponsors](https://github.com/sponsors/fastify)
to enhance the project and support the community.

This Collective is run by and for the benefit of the independent contributors to
the Fastify open source software project.
Expand Down
3 changes: 2 additions & 1 deletion SPONSORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All active sponsors of Fastify are listed here, in order of contribution!
Our sponsors are the reason why we can work on some issues or features
that otherwise would be impossible to do.

If you want to become a sponsor, please check out our [Open Collective page](https://opencollective.com/fastify).
If you want to become a sponsor, please check out our [Open Collective page](https://opencollective.com/fastify)
or [GitHub Sponsors](https://github.com/sponsors/fastify)!

## Tier 4

Expand Down
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,16 @@
"type": "opencollective",
"url": "https://opencollective.com/fastify"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@sinclair/typebox": "^0.31.17",
Expand Down