From 0e4385a2f1a03c524d34be78849c54c9a2366239 Mon Sep 17 00:00:00 2001 From: Jochen Klar Date: Thu, 21 Apr 2022 14:29:23 +0200 Subject: [PATCH 1/2] Add GitHub issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++++ 2 files changed, 47 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 0000000000..721693f43e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve RDMO +title: '' +labels: 'type: bug' +assignees: '' + +--- + +### Description / Beschreibung + +A clear and concise description of what the bug is. + +### Expected behaviour / Erwartetes Verhalten + +A clear and concise description of what you expected to happen. + +### Steps to reproduce / Schritte zum Reproduzieren + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +### References / Verweise + +* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..8dba58bfc6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for a new or extended feature in RDMO +title: '' +labels: 'type: feature request' +assignees: '' + +--- + +### Rationale / Begründung + +A clear and concise description of what the problem is, followed by the solution you'd like. + +### Affected + +Who is affected by the change (Users, Managers, Admins)? + +### References / Verweise + +* From 5c8f0b3afa42bcb6eb94278f09f3f70c10d0c061 Mon Sep 17 00:00:00 2001 From: David Wallace <13996213+MyPyDavid@users.noreply.github.com> Date: Fri, 22 Apr 2022 14:45:46 +0200 Subject: [PATCH 2/2] add minimal and nice-to-have functionality maybe add these functionality parts in the template to make a feature request more precise/clearer --- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8dba58bfc6..c5d2e92343 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -15,6 +15,14 @@ A clear and concise description of what the problem is, followed by the solution Who is affected by the change (Users, Managers, Admins)? +### Minimal functionality + +What functionality would you like to have? + +### Nice-to-have functionality + +What sort of related functionality would you like to see in addition? + ### References / Verweise *