Skip to content

Commit

Permalink
Add GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Apr 21, 2022
1 parent dbdcc1f commit 0e4385a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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

*
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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

*

0 comments on commit 0e4385a

Please sign in to comment.