diff --git a/.gitea/issue_template/bug.yaml b/.gitea/issue_template/bug.yaml index c9029a79..059894cd 100644 --- a/.gitea/issue_template/bug.yaml +++ b/.gitea/issue_template/bug.yaml @@ -1,9 +1,9 @@ name: Bug Report about: File a bug report labels: - - "type::Report" - - "status::Needs Triage" - - "priority::Normal" + - "Type/Report" + - "Status/Needs Triage" + - "Priority/Normal" body: - type: markdown attributes: diff --git a/.gitea/issue_template/design.yaml b/.gitea/issue_template/design.yaml index a1dcd8b0..77195a8c 100644 --- a/.gitea/issue_template/design.yaml +++ b/.gitea/issue_template/design.yaml @@ -1,7 +1,7 @@ name: Design about: Create a design task (for developers only) labels: - - "type::Design" + - "Type/Design" body: - type: textarea id: body diff --git a/.gitea/issue_template/todo.yaml b/.gitea/issue_template/todo.yaml index 58e848c3..325238af 100644 --- a/.gitea/issue_template/todo.yaml +++ b/.gitea/issue_template/todo.yaml @@ -1,7 +1,7 @@ name: To Do about: Create a to do task (for developers only) labels: - - "type::To Do" + - "Type/To Do" body: - type: textarea id: body