diff --git a/.github/ISSUE_TEMPLATE/1-bugreport.yml b/.github/ISSUE_TEMPLATE/1-bugreport.yml index bdc5a215..06f07943 100644 --- a/.github/ISSUE_TEMPLATE/1-bugreport.yml +++ b/.github/ISSUE_TEMPLATE/1-bugreport.yml @@ -2,7 +2,7 @@ name: Bug Report for the Armbian Config description: Create a bug report if there is something wrong with the Armbian config. title: "[Bug]: " labels: ["Bug"] -assignees: "" +assignees: [""] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml b/.github/ISSUE_TEMPLATE/2-feature.yml index e6c60398..40d81d5c 100644 --- a/.github/ISSUE_TEMPLATE/2-feature.yml +++ b/.github/ISSUE_TEMPLATE/2-feature.yml @@ -2,7 +2,7 @@ name: Feature Request for the Armbian Config description: Suggest a feature that you want to see implemented. title: "[Feature Request]: " labels: ["Feature Request"] -assignees: "" +assignees: [""] body: - type: markdown attributes: