From 75405afa2898c7e1f38d85ff5e2d529ad6562e24 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Thu, 17 Feb 2022 08:05:06 +1100 Subject: [PATCH] Add config.yml to configure issue templates (#1845) Add config.yml to configure issue templates --- .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 00000000..2f4c1314 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: "⛔ Question" + url: https://github.com/abraunegg/onedrive/discussions + about: "Please do not raise a GitHub issue for asking questions. Post a question in discussions. Thanks in advance for helping us keep the issue tracker clean!" \ No newline at end of file