From 02ee0f23c040780a4449ea8a75d56fc0a6a66ac2 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Wed, 27 Jan 2021 22:53:37 +0000 Subject: [PATCH] Removed old support requests configuration --- .github/support.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/support.yml diff --git a/.github/support.yml b/.github/support.yml deleted file mode 100644 index fe3493dfb..000000000 --- a/.github/support.yml +++ /dev/null @@ -1,16 +0,0 @@ -# Configuration for support-requests - https://github.com/dessant/support-requests - -# Label used to mark issues as support requests -supportLabel: "Support request" -# Comment to post on issues marked as support requests. Add a link -# to a support page, or set to `false` to disable -supportComment: > - Thanks, but this issue tracker is not intended for support requests. Please read the guidelines on [submitting an issue](https://github.com/pmmp/PocketMine-MP/blob/master/CONTRIBUTING.md#creating-an-issue). - - - [Docs](https://pmmp.rtfd.io) | [Discord](https://discord.gg/bmSAZBG) | [Forums](https://forums.pmmp.io) - -# Whether to close issues marked as support requests -close: true -# Whether to lock issues marked as support requests -lock: false