From c64676766ce442084a77e6495bf438330a9725ab Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 21 Jan 2019 16:40:45 +0000 Subject: [PATCH] Trying out github support bot - Support bot will respond to any issues we label with "support" --- .github/support.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/support.yml diff --git a/.github/support.yml b/.github/support.yml new file mode 100644 index 0000000000..57eef6c96a --- /dev/null +++ b/.github/support.yml @@ -0,0 +1,22 @@ +# Configuration for Support Requests + +# Label used to mark issues as support requests +supportLabel: support + +# Comment to post on issues marked as support requests, `{issue-author}` is an +# optional placeholder. Set to `false` to disable +supportComment: | + Hey ___ :wave: We ask that you please do not use GitHub for help or support 😄. We use GitHub solely for bug-tracking and on-going feature development. + + Many questions can be answered by reviewing our [documentation](https://docs.ghost.org). If you can't find an answer then our [forum](https://forum.ghost.org) is a great place to get community support, plus it helps create a central location for searching problems/solutions. + + FYI: Many projects have their own support guidelines and GitHub will highlight them for you as it did here, or the project owners will use issue templates to point you in the right direction, please read them before opening issues. + +# Close issues marked as support requests +close: true + +# Lock issues marked as support requests +lock: false + +# Assign `off-topic` as the reason for locking. Set to `false` to disable +setLockReason: true