-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFUNDING.yml
More file actions
73 lines (52 loc) · 1.63 KB
/
Copy pathFUNDING.yml
File metadata and controls
73 lines (52 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# .github/FUNDING.yml
# GitHub Sponsors
github: [LifeJiggy]
# Patreon
# patreon: your-patreon-username
# Open Collective
# open_collective: your-project-name
# Ko-fi
# ko_fi: your-ko-fi-username
# Tidelift (for npm packages)
# tidelift: npm/your-package-name
# Community Bridge (for Eclipse Foundation projects)
# community_bridge: your-project-name
# Liberapay
# liberapay: your-liberapay-username
# IssueHunt
# issuehunt: your-issuehunt-username
# Otechie
# otechie: your-otechie-username
# Custom sponsorship URLs
custom: [
'https://www.paypal.me/LifeJiggy',
'https://www.buymeacoffee.com/LifeJiggy',
'https://ko-fi.com/LifeJiggy'
]
# Example configurations for different platforms:
# For multiple GitHub sponsors:
# github: [user1, user2, organization]
# For Patreon with different tiers:
# patreon: your-patreon-username
# For Open Collective (great for open source projects):
# open_collective: your-project-name
# For Ko-fi (simple donations):
# ko_fi: your-ko-fi-username
# For Tidelift (commercial support for open source):
# tidelift: npm/your-package-name
# For Community Bridge (enterprise sponsorship):
# community_bridge: your-project-name
# For Liberapay (recurring donations):
# liberapay: your-liberapay-username
# For IssueHunt (bounty-based funding):
# issuehunt: your-issuehunt-username
# For Otechie (one-time donations):
# otechie: your-otechie-username
# Custom URLs (unlimited):
# custom: [
# 'https://www.paypal.me/yourusername',
# 'https://www.buymeacoffee.com/yourusername',
# 'https://ko-fi.com/yourusername',
# 'https://donate.stripe.com/your-link',
# 'https://opencollective.com/your-project/donate'
# ]