16 lines
763 B
YAML
16 lines
763 B
YAML
# 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
|