Skip to content

Commit

Permalink
chore: set up issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jul 12, 2024
1 parent 1b5eb3b commit 4c02618
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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

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

*

0 comments on commit 4c02618

Please sign in to comment.