From b959aa118b9629de5a467dd2cd82b5e94044b337 Mon Sep 17 00:00:00 2001 From: "open-collective-bot[bot]" <46743201+open-collective-bot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 07:47:00 +0000 Subject: [PATCH] chore: add .github/opencollective.yml --- .github/opencollective.yml | 77 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 .github/opencollective.yml diff --git a/.github/opencollective.yml b/.github/opencollective.yml new file mode 100644 index 00000000..3093d7b9 --- /dev/null +++ b/.github/opencollective.yml @@ -0,0 +1,77 @@ +# Collective +# ---------- + +# Define the Open Collective you want to link the repository with. +# Please use the Open Collective slug not the Open Collective URL. + +collective: + +# Examples + +# collective: webpack + +# Invalid examples + +# collective: https://opencollective.com/webpack +# collective: opencollective.com/webpack +# collective: https://opencollective.com/webpack/contribute/backer-266 + +# Invitation +# ---------- + +# Post a comment on issues created by non contributors. + +invitation: |- + Hey :wave:, + + 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. + + + + > PS.: We offer `priority` support for all financial contributors. Don't forget to add `priority` label once you start contributing :smile: + +# To disable that feature, you can use the following syntax + +# invitation: false + +# Tiers +# ----- + +# In this section you can define specific behavior for all supported tiers, ie: "backer" "and sponsor". + +tiers: + # # Uncomment this block if you want to activate a custom comment for people contributors to the "backer" tier + # - tiers: ['backer'] + # labels: ['priority'] + # message: |- + # Hey :wave:, + # + # 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. + # + # Thank you again for contributing :tada:! + + # # Uncomment this block if you want to activate a custom commentfor people contributors to the "sponsor" tier + # - tiers: ['sponsor'] + # labels: ['priority'] + # message: |- + # Hey :wave:, + # + # 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. + # + # Thank you again for contributing :tada:! + + # This rule will be catching any contributor whatever their tiers (also custom contributions) + - tiers: '*' + labels: ['priority'] + message: |- + Hey :wave:, + + 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. + + Thank you again for contributing :tada:! + +# To disable that feature, you can use the following syntax + +# tiers: [] + +