Skip to content

Commit 21658ec

Browse files
chore: add .github/opencollective.yml
1 parent 5dfb96e commit 21658ec

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

.github/opencollective.yml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Collective
2+
# ----------
3+
4+
# Define the Open Collective you want to link the repository with.
5+
# Please use the Open Collective slug not the Open Collective URL.
6+
7+
collective: <YOUR-COLLECTIVE-SLUG>
8+
9+
# Examples
10+
11+
# collective: webpack
12+
13+
# Invalid examples
14+
15+
# collective: https://opencollective.com/webpack
16+
# collective: opencollective.com/webpack
17+
# collective: https://opencollective.com/webpack/contribute/backer-266
18+
19+
# Invitation
20+
# ----------
21+
22+
# Post a comment on issues created by non contributors.
23+
24+
invitation: |-
25+
Hey <author> :wave:,
26+
27+
Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider contributing financially.
28+
29+
<link>
30+
31+
> PS.: We offer `priority` support for all financial contributors. Don't forget to add `priority` label once you start contributing :smile:
32+
33+
# To disable that feature, you can use the following syntax
34+
35+
# invitation: false
36+
37+
# Tiers
38+
# -----
39+
40+
# In this section you can define specific behavior for all supported tiers, ie: "backer" "and sponsor".
41+
42+
tiers:
43+
# # Uncomment this block if you want to activate a custom comment for people contributors to the "backer" tier
44+
# - tiers: ['backer']
45+
# labels: ['priority']
46+
# message: |-
47+
# Hey <author> :wave:,
48+
#
49+
# Thank you for being a "backer". We will handle your issue with priority support. To make sure we don't forget how special you are, we added a `priority` label to your issue.
50+
#
51+
# Thank you again for contributing :tada:!
52+
53+
# # Uncomment this block if you want to activate a custom commentfor people contributors to the "sponsor" tier
54+
# - tiers: ['sponsor']
55+
# labels: ['priority']
56+
# message: |-
57+
# Hey <author> :wave:,
58+
#
59+
# Thank you for being a "sponsor". We will handle your issue with priority support. To make sure we don't forget how special you are, we added a `priority` label to your issue.
60+
#
61+
# Thank you again for contributing :tada:!
62+
63+
# This rule will be catching any contributor whatever their tiers (also custom contributions)
64+
- tiers: '*'
65+
labels: ['priority']
66+
message: |-
67+
Hey <author> :wave:,
68+
69+
Thank you for contributing to our project financially. We will handle your issue with priority support. To make sure we don't forget how special you are, we added a `priority` label to your issue.
70+
71+
Thank you again for contributing :tada:!
72+
73+
# To disable that feature, you can use the following syntax
74+
75+
# tiers: []
76+
77+

0 commit comments

Comments
 (0)