From 55ae1daab950ea70a22d4abb0de617a4a9ecb27e Mon Sep 17 00:00:00 2001 From: Arturas Date: Mon, 16 Jan 2023 19:13:55 +0000 Subject: [PATCH] ci: Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 3 ++- .github/ISSUE_TEMPLATE/question.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a99d649..27b4eff 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -27,7 +27,8 @@ body: options: - A bugged trigger - A bugged action - - Mod API bugs + - A bugged option type +# - Mod API bugs - Other/Not sure validations: required: true diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 445946a..c763167 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -12,7 +12,7 @@ body: - Question about an Action - Question about a Trigger - Question about workflows - - Question about the mod API +# - Question about the mod API - Something else validations: required: true