From 7a844695f959334367e3683e41b1f9ae6723803d Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Mon, 20 Feb 2023 17:06:16 +0100 Subject: [PATCH] [SC64] Update issue templates --- .github/ISSUE_TEMPLATE.md | 29 ----------------------------- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/config.yml | 8 -------- 3 files changed, 8 insertions(+), 37 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 6998d3f..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,29 +0,0 @@ -## Expected Behavior - - - -## Current Behavior - - -## Possible Solution - - -## Steps to Reproduce - - -1. -2. -3. -4. - -## Context (Environment) - - - - - -## Detailed Description - - -## Possible Implementation - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d553ba3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: GitHub Discussions + url: https://github.com/Polprzewodnikowy/SummerCart64/discussions + about: Please use for QUESTIONS, conversations or discussions. + - name: N64brew Discord + url: https://discord.gg/8xvRPqCAFC + about: Alternative channel for asking QUESTIONS. diff --git a/.github/config.yml b/.github/config.yml deleted file mode 100644 index 32dfb6e..0000000 --- a/.github/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: GitHub Discussions - url: https://github.com/Polprzewodnikowy/SummerCart64/discussions - about: Please use for QUESTIONS, conversations or discussions. - - name: N64brew Discord - url: https://discord.gg/8xvRPqCAFC - about: Alternative channel for asking QUESTIONS.