From d33ce2346d2a8241a77ddbee1ddb1589eef79770 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 27 Sep 2025 17:13:50 +0200 Subject: [PATCH] Add FancyDialogs to issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c94acf5a..c0cdb54a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,6 +11,7 @@ body: options: - FancyNpcs - FancyHolograms + - FancyDialogs - Other validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d3ba56dd..c65734b5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -11,6 +11,7 @@ body: options: - FancyNpcs - FancyHolograms + - FancyDialogs - Other validations: required: true