From 4c02618f42b891973aa603af4c54a6d33ceef83a Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Fri, 12 Jul 2024 16:50:59 +0200 Subject: [PATCH] chore: set up issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 ++++++++++++++++++++ 2 files changed, 55 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..21392f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a bug report to help us improve RDMO +labels: 'type: bug' + +--- + +### 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 + +### Context / Kontext + +Please state your operating system, the RDMO version, and (if applicable) the browser the error occurred in. + +### References / Verweise + +* \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..26a76c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: Feature request +about: Suggest an idea for a new or extended feature in RDMO +labels: 'type:feature-request' + +--- + +### 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)? + +### 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 + +* \ No newline at end of file