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

docs: add issue templates #10

Merged
merged 1 commit into from
Apr 25, 2024
Merged
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
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Erstellen Sie einen Bericht, der uns hilft, uns zu verbessern
title: ''
labels: ''
assignees: ''

---
# Bug

Kurzbeschreibung des Bugs

## IST-Zustand

Beschreibung des aktuellen Zustandes

## Fehlermeldungen

Beschreibung eventueller Fehlermeldungen

## Workflow zur Reproduktion

Schritt-für-Schritt Beschreibung wie der Bug reproduziert werden kann

1. ...
2. ...
3. ...

## SOLL-Zustand

Beschreibung wie der Zustand nach Lösen dieses Bugs auszusehen hat. Ggf. Akzeptanzkriterien spezifizieren
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Schlage eine Idee für dieses Projekt vor
title: ''
labels: ''
assignees: ''

---
# Story
Als *Anforderer* möchte ich, dass ... um *Begründung*.

# Technische Details

-

# Akzeptanzkriterien

- [ ] 1
- [ ] 2
Loading