From 9da5b9528b7292f5ce28e3fcf351c5cdf55ca858 Mon Sep 17 00:00:00 2001 From: Jean-Michel <48861221+shinhub@users.noreply.github.com> Date: Tue, 20 Aug 2019 17:27:22 +0200 Subject: [PATCH 1/4] Added a feature request template. --- .github/ISSUE_TEMPLATE/request.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/request.md diff --git a/.github/ISSUE_TEMPLATE/request.md b/.github/ISSUE_TEMPLATE/request.md new file mode 100644 index 0000000..2de70ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request.md @@ -0,0 +1,18 @@ +--- +name: 'Feature/Enhancement Request' +about: 'You would like to place a feature or enhancement request.' +title: '[REQ] Enter a brief description of requested enhancement/feature' +labels: 'enhancement' +assignees: '' + +--- + +### Description + + +### Interest + + +### Possible implementation + + From a87daa2270a958022e72042b3ce49e4b8f9a9534 Mon Sep 17 00:00:00 2001 From: Jean-Michel <48861221+shinhub@users.noreply.github.com> Date: Tue, 20 Aug 2019 17:29:24 +0200 Subject: [PATCH 2/4] Fixing a missing quote in bug template. --- .github/ISSUE_TEMPLATE/bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 4a8b722..17d8809 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,6 @@ --- name: 'Bug Report' -about: 'Something did not function as expected, and you would like to help fixing it. +about: 'Something did not function as expected, and you would like to help fixing it.' title: '[BUG] Please enter a short description' labels: 'bug' assignees: '' From 81766f8502c93935e9d9e7edc8ac256dee6c199b Mon Sep 17 00:00:00 2001 From: Jean-Michel <48861221+shinhub@users.noreply.github.com> Date: Tue, 20 Aug 2019 17:34:00 +0200 Subject: [PATCH 3/4] Created a very generic "forum" template --- .github/ISSUE_TEMPLATE/forum.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/forum.md diff --git a/.github/ISSUE_TEMPLATE/forum.md b/.github/ISSUE_TEMPLATE/forum.md new file mode 100644 index 0000000..f38306f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/forum.md @@ -0,0 +1,12 @@ +--- +name: 'Forum' +about: 'You would like to ask questions and/or share information with other users.' +title: '[FORUM] Please enter a topic title' +labels: 'question' +assignees: '' + +--- + + + + From bcbc35c9b65babfa173bec8881ccc0aec48fdeb3 Mon Sep 17 00:00:00 2001 From: Jean-Michel <48861221+shinhub@users.noreply.github.com> Date: Tue, 20 Aug 2019 17:36:15 +0200 Subject: [PATCH 4/4] Added instructions to forum template. --- .github/ISSUE_TEMPLATE/forum.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/forum.md b/.github/ISSUE_TEMPLATE/forum.md index f38306f..bb850c6 100644 --- a/.github/ISSUE_TEMPLATE/forum.md +++ b/.github/ISSUE_TEMPLATE/forum.md @@ -6,7 +6,8 @@ labels: 'question' assignees: '' --- - + +