Skip to content

Commit

Permalink
chore: add .github/opencollective.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
open-collective-bot[bot] authored Sep 12, 2020
1 parent 59abf28 commit b959aa1
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions .github/opencollective.yml
Original file line number Diff line number Diff line change
@@ -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: <YOUR-COLLECTIVE-SLUG>

# 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 <author> :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.
<link>
> 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 <author> :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 <author> :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 <author> :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: []


1 comment on commit b959aa1

@scanoss-app
Copy link

@scanoss-app scanoss-app bot commented on b959aa1 Sep 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Asset Verification Failed

There was an error scanning this commit. Please try again or contact support via the Help item in the scanoss.app Setup Page

Please sign in to comment.