Skip to content

Commit 4415c2f

Browse files
EommUzlopak
andauthored
chore: add github sponsor (fastify#5293)
* chore: update funding Signed-off-by: Manuel Spigolon <[email protected]> * chore: update EXPENSE_POLICY Signed-off-by: Manuel Spigolon <[email protected]> * chore: update SPONSORS.md Signed-off-by: Manuel Spigolon <[email protected]> * Update SPONSORS.md Co-authored-by: Aras Abbasi <[email protected]> Signed-off-by: Manuel Spigolon <[email protected]> --------- Signed-off-by: Manuel Spigolon <[email protected]> Co-authored-by: Aras Abbasi <[email protected]>
1 parent e68e849 commit 4415c2f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

EXPENSE_POLICY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Expense Policy
22

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

67
This Collective is run by and for the benefit of the independent contributors to
78
the Fastify open source software project.

SPONSORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All active sponsors of Fastify are listed here, in order of contribution!
44
Our sponsors are the reason why we can work on some issues or features
55
that otherwise would be impossible to do.
66

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

910
## Tier 4
1011

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,16 @@
146146
"type": "opencollective",
147147
"url": "https://opencollective.com/fastify"
148148
},
149+
"funding": [
150+
{
151+
"type": "github",
152+
"url": "https://github.com/sponsors/fastify"
153+
},
154+
{
155+
"type": "opencollective",
156+
"url": "https://opencollective.com/fastify"
157+
}
158+
],
149159
"devDependencies": {
150160
"@fastify/pre-commit": "^2.0.2",
151161
"@sinclair/typebox": "^0.31.17",

0 commit comments

Comments
 (0)