From 830b930394a3b4e1b3f7035b718aaca08068b2c3 Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Fri, 23 Feb 2024 22:14:18 +0400 Subject: [PATCH] credit source of ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug.yml | 3 ++- .github/ISSUE_TEMPLATE/question.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a1fa555..fbcf035 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,5 +1,6 @@ +# used https://github.com/PaperMC/Paper/blob/master/.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml as template name: Bug or incompatibility -description: Report issues with plugin incompatibility or other behavior related issues. +description: report issues within RedisBungee labels: [ "waiting" ] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 0c880bf..f457115 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,3 +1,4 @@ +# used https://github.com/PaperMC/Paper/blob/master/.github/ISSUE_TEMPLATE/behavior-bug-or-plugin-incompatibility.yml as template name: Ask Question description: Ask any questions to the developers labels: [ "question"]