From dae3668ee983d39155192852e4ee0c8c45f183fa Mon Sep 17 00:00:00 2001 From: Chris Pryer <14341145+cnpryer@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:06:40 -0500 Subject: [PATCH] Remove GitHub issue templates (#884) --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 28 ----------------------- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 10 -------- 2 files changed, 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md delete mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md deleted file mode 100644 index 8f9c6b8f..00000000 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Bug report -about: Report a bug. -title: '' -labels: bug -assignees: '' - ---- - -## Expected Behavior - -NA - -## Actual Behavior - -NA - -## Steps to Reproduce - -NA - -## Version - -REQUIRED - -## System Information - -REQUIRED \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md deleted file mode 100644 index 86ad0ab4..00000000 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Feature request -about: Request a new feature or a change. -title: '' -labels: enhancement -assignees: '' - ---- - -## Description