Files
react-native-notifications/.github/support.yml
Yogev Ben David 9d85c4f206 Create support.yml
2019-07-25 14:01:41 +03:00

15 lines
678 B
YAML

# Configuration for support-requests - https://github.com/dessant/support-requests
# Label used to mark issues as support requests
supportLabel: "type: question/stack overflow"
# Comment to post on issues marked as support requests. Add a link
# to a support page, or set to `false` to disable
supportComment: >
We use the issue tracker exclusively for bug reports and feature requests.
This issue appears to be a general usage or support question.
Instead, please ask a question on Stack Overflow with the `react-native-notifications` tag.
# Whether to close issues marked as support requests
close: true
# Whether to lock issues marked as support requests
lock: false