From 9d85c4f20673347689a62ba4721303fa3ce57199 Mon Sep 17 00:00:00 2001 From: Yogev Ben David Date: Thu, 25 Jul 2019 14:01:41 +0300 Subject: [PATCH] Create support.yml --- .github/support.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/support.yml diff --git a/.github/support.yml b/.github/support.yml new file mode 100644 index 0000000..bb1140a --- /dev/null +++ b/.github/support.yml @@ -0,0 +1,14 @@ +# 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 -- 2.26.2