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..c5d2e92343 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,28 @@ +--- +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)? + +### 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 + +*