From 7b7c0071d2bab85fbf104d66b603782999b904a5 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sun, 17 Mar 2019 20:00:26 +0000 Subject: Update GitHub templates --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++++ .github/ISSUE_TEMPLATE/enhancement.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 4 ---- 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/enhancement.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 index f532ad7..ea60696 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,10 @@ +--- +name: Bug Report +about: Report a bug encountered while using Pydora +labels: bug + +--- + **What happened**: **What you expected to happen**: diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..970148d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,11 @@ +--- +name: Enhancement/Feature Request +about: Suggest an enhancement to Pydora +labels: enhancement + +--- + +**What would you like to be added**: + +**Why is this needed**: + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index ec0fe6c..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,4 +0,0 @@ -**What would you like to be added**: - -**Why is this needed**: - -- cgit v1.2.3