From 65ec2463bbd739fe4c12f6d11a8202925c0470fc Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Sat, 11 Feb 2023 08:52:23 +0000 Subject: [PATCH] [SC64] Improvements for Issues and Pull Requests (#26) --- .github/ISSUE_TEMPLATE.md | 29 +++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ .github/config.yml | 8 ++++++++ 3 files changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..6998d3f --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,29 @@ +## Expected Behavior + + + +## Current Behavior + + +## Possible Solution + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Context (Environment) + + + + + +## Detailed Description + + +## Possible Implementation + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..8bec342 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +## Description + + + +## Related Issue + + + + + +## Motivation and Context + + + +## How Has This Been Tested? + + + + +## Screenshots (if appropriate): diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..32dfb6e --- /dev/null +++ b/.github/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.