From 8b7fe2747a2fedfe2e21d46e5933e10d29f829e7 Mon Sep 17 00:00:00 2001 From: tytan652 Date: Thu, 5 Oct 2023 16:24:22 +0200 Subject: [PATCH] Setup the issue template chooser It makes the user choose between: - Creating an issue for a bug report - View the security policy (since a SECURITY.md is in place) - The XDG Desktop Portals Matrix room for help/support --- .github/ISSUE_TEMPLATE/bug-report.md | 9 +++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..842610c5f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,9 @@ +--- +name: Bug Report +about: Report a bug or crash +title: '' +labels: '' +assignees: '' + +--- + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..598d9ff92 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Help/Support + url: https://matrix.to/#/#xdg-desktop-portals:matrix.org + about: Questions or issues about how to use and configure xdg-desktop-portal