From 9d689200208356f6495ea6ba770362a8940676cf Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 17 Apr 2024 23:43:45 +0200 Subject: [PATCH] Add basic issue template configuration This allows us to enable GitHub Issues for the migration from Redmine. And we don't even have to worry about users filing new bug reports on GitHub because it's simply not possible (yet). --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..88152b33b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Audacious Community Support + url: https://github.com/orgs/audacious-media-player/discussions + about: Please post here for help, general feedback, or ideas. + - name: Redmine Migration Status + url: https://github.com/orgs/audacious-media-player/discussions/125 + about: See the current status of our bug tracker migration.