From 7bab0d573393c148d57186fad1d306a173756549 Mon Sep 17 00:00:00 2001 From: Nils Diefenbach Date: Tue, 13 Aug 2019 07:49:38 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 17 ++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 27 +++++++++++++++++++ .../service-implementation-epic.md | 2 +- 3 files changed, 45 insertions(+), 1 deletion(-) 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 000000000..7ef28bbbc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Something isn't working as expected +title: '' +labels: bug +assignees: '' + +--- + +Description +========= +A clear and concise description of what the bug is. + + +Expected Behavior +=============== +A clear and concise description of what you expected to happen. Do **not** leave anything to the imagination (even if you think it's "common sense", or "obvious"). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..e28a1deee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,27 @@ +--- +name: Feature request +about: Request a new feature or option +title: '' +labels: Feature request +assignees: '' + +--- + +Analysis +======= +Current State +----------------- +*Describe the current process, for which you'd like to request the feature* + +Problem +----------- +*Explicitly and in detail, describe the problem you want solved* + +Solution +---------- +*In detail, describe the feature and how it would solve the above problem*. + +---------------------------------------------------------------------- +User Stories +========== +*Describe the requested feature in user stories, describing one behaviour at a time, with one story each. These are later used to test and assert correctness of the feature, so be detailed and thorough when writing these. They may be updated later, during the course of the discussion of this issue.* diff --git a/.github/ISSUE_TEMPLATE/service-implementation-epic.md b/.github/ISSUE_TEMPLATE/service-implementation-epic.md index 0053701b7..801f58f6a 100644 --- a/.github/ISSUE_TEMPLATE/service-implementation-epic.md +++ b/.github/ISSUE_TEMPLATE/service-implementation-epic.md @@ -2,7 +2,7 @@ name: Service Implementation Epic about: Template for creating Service implementation Epics. title: '' -labels: Feature request, Epic +labels: Epic, Feature request assignees: '' ---