From b1c24b251a2cd465a11480b1cefd7e0199ab9bc0 Mon Sep 17 00:00:00 2001 From: Matt Love Date: Sun, 5 Jul 2020 18:07:13 -0700 Subject: [PATCH] Update and rename feature_request.md to 1-feature-request.md --- .github/ISSUE_TEMPLATE/1-feature-request.md | 26 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ---------------- 2 files changed, 26 insertions(+), 20 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/1-feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/1-feature-request.md b/.github/ISSUE_TEMPLATE/1-feature-request.md new file mode 100644 index 0000000..44226d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-feature-request.md @@ -0,0 +1,26 @@ +--- +name: Feature Request +about: Suggest an idea for this project +labels: enhancement +assignees: checktheroads +--- + + + +# Feature Description + + +### Is your feature request related to a problem? Please describe. + + +# Environment & Use Case + + +# Additional Context + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index ea076d5..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -**A little about you.** -Describe your use case for hyperglass, the environment on which it runs, the predominant network device type, and any other relevant details. - -**Is your feature request related to a problem? Please describe.** -If yes, a clear and concise description of what the problem is. - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Additional context** -Add any other context or screenshots about the feature request here.