From d485e3a21de5d3f3e8071a31b26653f3dcd758f7 Mon Sep 17 00:00:00 2001 From: William Katz Date: Wed, 28 Jul 2021 01:09:32 -0700 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ec56a5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,13 @@ +--- +name: Bug report +about: report bugs if you come across any +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Requirements** +* A description of the bug's effects +* That this error be scope of CCash and not one of its connected services or API, if so the issue should be submitted on those repos. +* Please attempt to find a way to reliably reproduce the bug, this will speed up fixing it (optional). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..48f8bc7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: suggestions for how to improve CCash +title: "[IDEA]" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Usage** +How this would ideally be used / benefit From 01bc8dfc268e393d02541a2d0bea98d739d78fb9 Mon Sep 17 00:00:00 2001 From: William Katz Date: Wed, 28 Jul 2021 01:14:23 -0700 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ec56a5b..feacea1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,13 +1,15 @@ --- name: Bug report -about: report bugs if you come across any +about: an errors scope must be of CCash and not one of its connected services or + API, if so the issue should be submitted on those repos title: "[BUG]" labels: bug assignees: '' --- -**Requirements** -* A description of the bug's effects -* That this error be scope of CCash and not one of its connected services or API, if so the issue should be submitted on those repos. -* Please attempt to find a way to reliably reproduce the bug, this will speed up fixing it (optional). +**Description** +* A description of the bug's effects. + +**Reproducing Instructions** +* Please attempt to find a way to reliably reproduce the bug, this will speed up fixing it. (optional)