Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: set up issue templates #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

*