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 founding link #2702

Merged
merged 1 commit into from Jun 22, 2022
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
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: null
patreon: null # Replace with a single Patreon username
open_collective: stylus
ko_fi: null # Replace with a single Ko-fi username
tidelift: null # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: null # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: null # Replace with a single Liberapay username
issuehunt: null # Replace with a single IssueHunt username
otechie: null # Replace with a single Otechie username
custom: null # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -47,5 +47,6 @@
"example": "examples",
"test": "test"
},
"license": "MIT"
"license": "MIT",
"funding": "https://opencollective.com/stylus"
}