Skip to content

Commit

Permalink
Merge pull request #457 from rdmorganiser/issue_templates
Browse files Browse the repository at this point in the history
Add GitHub issue templates
  • Loading branch information
jochenklar authored May 19, 2022
2 parents dbdcc1f + 5c8f0b3 commit 7841cb9
Show file tree
Hide file tree
Showing 2 changed files with 55 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

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

*

0 comments on commit 7841cb9

Please sign in to comment.