From e50ae2c9164f7337f36fde06fee47ba533c47c86 Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Mon, 28 Apr 2025 15:07:34 +0100 Subject: [PATCH] chore: add GitHub template --- .github/issue_template/config.yml | 5 +++++ 1 file changed, 5 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 0000000..183f709 --- /dev/null +++ b/.github/issue_template/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Open an issue + url: https://git.jrdn.dev/jordanwalster/photon-dashboard/issues/new/choose + about: Please raise an issue here. \ No newline at end of file