Skip to content

Commit

Permalink
docs: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tjorbo committed Apr 25, 2024
1 parent 538589d commit 771f9b3
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
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

0 comments on commit 771f9b3

Please sign in to comment.