From fbb8d2fa2526f14591fa419bd5474f1fe77dff98 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Sun, 9 Nov 2025 14:25:57 +0000 Subject: [PATCH] chore: add issue template config to redirect to CONTRIBUTING.md --- .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..af3d13d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Not Accepting Issues + url: https://github.com/juanatsap/cv-site/blob/main/CONTRIBUTING.md + about: This is a personal CV project. Please see CONTRIBUTING.md for details.