From 0498c7b2f5505a0092a0bdf8d866d0ec39c510a7 Mon Sep 17 00:00:00 2001 From: Stephanie Pennington Date: Tue, 19 Apr 2022 12:52:54 -0400 Subject: [PATCH] Update folder name --- .../PULL_REQUEST_TEMPLATE.md | 0 .github/templates/BUG_FIX.md | 17 ----------------- .github/templates/NEW_FEATURE.md | 16 ---------------- 3 files changed, 33 deletions(-) rename .github/{templates => PR_TEMPLATE}/PULL_REQUEST_TEMPLATE.md (100%) delete mode 100644 .github/templates/BUG_FIX.md delete mode 100644 .github/templates/NEW_FEATURE.md diff --git a/.github/templates/PULL_REQUEST_TEMPLATE.md b/.github/PR_TEMPLATE/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/templates/PULL_REQUEST_TEMPLATE.md rename to .github/PR_TEMPLATE/PULL_REQUEST_TEMPLATE.md diff --git a/.github/templates/BUG_FIX.md b/.github/templates/BUG_FIX.md deleted file mode 100644 index 16539f5..0000000 --- a/.github/templates/BUG_FIX.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Bug Fix -about: Suggest a new feature for HectorUI -title: '' -labels: new_feature -assignees: '' - ---- - -If you have a question or comment, please use our community discussion forum at instead. - -Submitter: - -#### Briefly describe your problem and what output you expect: - -#### Please include a reproducible example of the bug: - diff --git a/.github/templates/NEW_FEATURE.md b/.github/templates/NEW_FEATURE.md deleted file mode 100644 index 3425933..0000000 --- a/.github/templates/NEW_FEATURE.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: New Feature -about: Suggest a new feature for HectorUI -title: '' -labels: new_feature -assignees: '' - ---- - -If you have a question or comment, please use our community discussion forum at instead. - -Submitter: - -#### Describe the new feature: - -#### How would this improve HectorUI: