From 9079de6a7d1bcab43c0eca6366936b3be6161e38 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira da Silva Date: Tue, 19 May 2020 12:52:32 -0300 Subject: [PATCH] GH templates for bug reports and feature requests are not working (#617) Fixes #617 --- .../ISSUE_TEMPLATE/{bug-report.md => bug_report.md} | 11 +++++++++-- .../{feature-request.md => feature_request.md} | 11 +++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report.md => bug_report.md} (88%) rename .github/ISSUE_TEMPLATE/{feature-request.md => feature_request.md} (86%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 88% rename from .github/ISSUE_TEMPLATE/bug-report.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 39cd2cd6..10e35f39 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,12 @@ +--- +name: Bug report +about: Report a bug encountered while running Louketo +title: '' +labels: '' +assignees: '' + +--- + @@ -44,5 +53,3 @@ All the detailed steps required to reproduce the issue - - diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 86% rename from .github/ISSUE_TEMPLATE/feature-request.md rename to .github/ISSUE_TEMPLATE/feature_request.md index bd5ced78..70fae70d 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,3 +1,12 @@ +--- +name: Feature request +about: Suggest a feature to the Louketo Proxy project +title: '' +labels: '' +assignees: '' + +--- + @@ -34,5 +43,3 @@ What are the conditions that the implementation must meet to be considered accep - -