From 84c2f5c2c4082b7cad51c3a153daa8d0c7d9809c Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Mon, 2 Oct 2023 07:12:39 +0200 Subject: [PATCH 1/3] Fixed workflow for new branch model --- .gitea/workflows/{deploy_support.yaml => deploy_dev.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .gitea/workflows/{deploy_support.yaml => deploy_dev.yaml} (99%) diff --git a/.gitea/workflows/deploy_support.yaml b/.gitea/workflows/deploy_dev.yaml similarity index 99% rename from .gitea/workflows/deploy_support.yaml rename to .gitea/workflows/deploy_dev.yaml index f76aafcc..7d1db445 100644 --- a/.gitea/workflows/deploy_support.yaml +++ b/.gitea/workflows/deploy_dev.yaml @@ -3,7 +3,7 @@ run-name: Deploy dev on push on: push: branches: - - support + - dev jobs: on-push-deploy_sh-edraft: From 7b7cbb20dbb8b74df661f98efc01090f3e1e5b6d Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Mon, 2 Oct 2023 07:13:21 +0200 Subject: [PATCH 2/3] Fixed formatting --- kdb-bot/src/modules/auto_role/command/auto_role_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdb-bot/src/modules/auto_role/command/auto_role_group.py b/kdb-bot/src/modules/auto_role/command/auto_role_group.py index 5a5ee9f2..bf1f7758 100644 --- a/kdb-bot/src/modules/auto_role/command/auto_role_group.py +++ b/kdb-bot/src/modules/auto_role/command/auto_role_group.py @@ -256,7 +256,7 @@ class AutoRoleGroup(DiscordCommandABC): @react.autocomplete("auto_role") async def react_autocomplete( - self, interaction: discord.Interaction, current: str + self, interaction: discord.Interaction, current: str ) -> TList[app_commands.Choice[str]]: return await self._auto_role_auto_complete(interaction, current) From 4d18dd3845a0816a7eb4605a1c025b60f8bcd2ae Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Mon, 2 Oct 2023 07:14:36 +0200 Subject: [PATCH 3/3] Added gitea templates --- .gitea/issue_template.md | 17 +++++++++++++++++ .gitea/pull_request_template.md | 7 +++++++ 2 files changed, 24 insertions(+) create mode 100644 .gitea/issue_template.md create mode 100644 .gitea/pull_request_template.md diff --git a/.gitea/issue_template.md b/.gitea/issue_template.md new file mode 100644 index 00000000..5dbad41e --- /dev/null +++ b/.gitea/issue_template.md @@ -0,0 +1,17 @@ +#### Beschreibung + +Als Produktmanager muss ich nun dieses Ticket ausfüllen. + +#### Aktuelles Verhalten + +* Was macht die Software aktuell? + +#### Gewünschtes Verhalten + +* Was soll die Software anders machen? + +#### Akzeptanzkriterien + +* Was muss erfüllt sein, damit das Ticket als abgeschlossen angesehen werden kann? + +#### Anmerkungen diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md new file mode 100644 index 00000000..fdd50dec --- /dev/null +++ b/.gitea/pull_request_template.md @@ -0,0 +1,7 @@ +#### Ticket Referenz: + +#1 + +#### Gibt es etwas beim Review zu beachten? + +Nein