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