Initial version of the Hermes self learning agent setup of JR IT Services.
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
name: Bug Report
|
||||
description: Fehler im Repo, Skript oder Compose-Verhalten melden
|
||||
title: "bug: "
|
||||
labels:
|
||||
- bug
|
||||
body:
|
||||
- type: textarea
|
||||
id: summary
|
||||
attributes:
|
||||
label: Zusammenfassung
|
||||
description: Was ist kaputt?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: environment
|
||||
attributes:
|
||||
label: Umgebung
|
||||
description: Arch-Version, Docker-Version, Repo-Tag, Hermes-Tag
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Schritte zur Reproduktion
|
||||
description: Bitte die exakten Befehle angeben
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Erwartetes Verhalten
|
||||
- type: textarea
|
||||
id: actual
|
||||
attributes:
|
||||
label: Tatsaechliches Verhalten
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevante Logs
|
||||
Reference in New Issue
Block a user