From ca2de0f4292d07bed739f7ddf9d83b46aa32b51f Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 14 Jul 2026 08:58:24 -0400 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/blank_issue.md | 4 ++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blank_issue.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/blank_issue.md b/.github/ISSUE_TEMPLATE/blank_issue.md new file mode 100644 index 00000000..f0e61c87 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank_issue.md @@ -0,0 +1,4 @@ +--- +name: Update to RGBDS +about: Suggest a feature or report a bug in RGBDS. +--- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..2d5fe02d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: GBDev Discord + url: https://discord.gg/RjJKA8wrD4 + about: If you have questions about the RGBDS code or its organization, join our Discord server!