From 9ebb60b3572a69849d34192d9146f38c285a4bc2 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 27 Apr 2023 19:50:43 +0200 Subject: [PATCH] remove issue and pr templates --- .github/ISSUE_TEMPLATE.md | 40 -------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 29 ----------------------- 2 files changed, 69 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 80410ca..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,40 +0,0 @@ -Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our slack channel. - - - -## 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 deleted file mode 100644 index d636471..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -### Pre-PR Checklist - -- [ ] I have run `npm test` locally and there are no warnings or errors, from lint or test -- [ ] I have added screenshots if applicable - -### Summary - - - -### Screenshots - - - -### Issue - - - -## How Has This Been Tested? - - - - - -### Reviewers - -- @alanhamlett