diff --git a/.gitea/ISSUE_TEMPLATE/Bug.md b/.gitea/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 0000000..8036493 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,16 @@ +--- + +name: "Bug" +about: "A Bug" +title: "[Bug]" + +--- +## Beschreibung + +lorem ipsum + +## Fehler Reproduzieren +**Branch:** Reproduction Branch name + +1. First Step +2. Second Step \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE.md b/.gitea/ISSUE_TEMPLATE/Ticket.md similarity index 100% rename from .gitea/ISSUE_TEMPLATE.md rename to .gitea/ISSUE_TEMPLATE/Ticket.md