From b1da6cdc8d4882c26b3d3818f86f5fb11462126c Mon Sep 17 00:00:00 2001 From: mezz Date: Sun, 19 Nov 2017 14:21:05 -0800 Subject: [PATCH] Add support.yml for support bot on github. --- .github/support.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/support.yml diff --git a/.github/support.yml b/.github/support.yml new file mode 100644 index 000000000..e2a1f5ebe --- /dev/null +++ b/.github/support.yml @@ -0,0 +1,16 @@ +# Configuration for support-requests - https://github.com/dessant/support-requests + +# Label used to mark issues as support requests +supportLabel: Forum +# 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 final bug reports and feature requests. + However, this issue appears to be better suited for the + [Forge Support Forums](http://www.minecraftforge.net/forum/forum/18-support-bug-reports/). + Please create a new topic on the support forum with this issue, and the conversation can + continue there. +# Whether to close issues marked as support requests +close: true +# Whether to lock issues marked as support requests +lock: true