From 862eb668438b27212e385ffded7a57766a4a768c Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Sun, 11 Mar 2018 15:30:02 +0100 Subject: [PATCH] Create support.yml --- .github/support.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/support.yml diff --git a/.github/support.yml b/.github/support.yml new file mode 100644 index 000000000..f77ed4c92 --- /dev/null +++ b/.github/support.yml @@ -0,0 +1,13 @@ +# Configuration for support-requests - https://github.com/dessant/support-requests + +# Label used to mark issues as support requests +supportLabel: support +# 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. + However, this issue appears to be a support request. Please hop over onto our [Discord](https://discord.gg/ZDmT7qb) or [Subreddit](https://reddit.com/r/radarr) +# Whether to close issues marked as support requests +close: true +# Whether to lock issues marked as support requests +lock: false