From e1fc75844db951254f96910855194a85d10a6a1f Mon Sep 17 00:00:00 2001 From: Refringe Date: Sun, 24 Nov 2024 23:25:07 -0500 Subject: [PATCH] Github Migration - Issue Template The issue template was not loading. This renames the directory to be uppercase, as the docs specify. --- .github/{issue_template => ISSUE_TEMPLATE}/1-bug-report.yml | 0 .github/{issue_template => ISSUE_TEMPLATE}/config.yml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/{issue_template => ISSUE_TEMPLATE}/1-bug-report.yml (100%) rename .github/{issue_template => ISSUE_TEMPLATE}/config.yml (72%) diff --git a/.github/issue_template/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml similarity index 100% rename from .github/issue_template/1-bug-report.yml rename to .github/ISSUE_TEMPLATE/1-bug-report.yml diff --git a/.github/issue_template/config.yml b/.github/ISSUE_TEMPLATE/config.yml similarity index 72% rename from .github/issue_template/config.yml rename to .github/ISSUE_TEMPLATE/config.yml index 7a39f4de..740c7c21 100644 --- a/.github/issue_template/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,6 @@ contact_links: - name: Discord Community url: https://discord.com/invite/Xn9msqQZan about: Find community support through our Discord server. - - name: Github Duscussions + - name: Github Discussions url: https://github.com/orgs/sp-tarkov/discussions - about: Please duscuss the project on the Github Duscussions board. + about: Please duscuss the project on the Github Discussions board.