Skip to content

Commit 612d89d

Browse files
authored
Fixing blank assignee in templates (#63)
* Update 1-bugreport.yml * Update 2-feature.yml
1 parent 9fbf2c2 commit 612d89d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/1-bugreport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bug Report for the Armbian Config
22
description: Create a bug report if there is something wrong with the Armbian config.
33
title: "[Bug]: "
44
labels: ["Bug"]
5-
assignees: ""
5+
assignees: [""]
66
body:
77
- type: markdown
88
attributes:

.github/ISSUE_TEMPLATE/2-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Feature Request for the Armbian Config
22
description: Suggest a feature that you want to see implemented.
33
title: "[Feature Request]: "
44
labels: ["Feature Request"]
5-
assignees: ""
5+
assignees: [""]
66
body:
77
- type: markdown
88
attributes:

0 commit comments

Comments
 (0)