Browse Source

chore: Remove default assignee from bug report issue template

David Höck 1 year ago
parent
commit
d743e4e880
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/ISSUE_TEMPLATE/bug_report.md

+ 1 - 1
.github/ISSUE_TEMPLATE/bug_report.md

@@ -3,7 +3,7 @@ name: Bug report
 about: Something not working as it should
 about: Something not working as it should
 title: ''
 title: ''
 labels: "type: bug \U0001F41B"
 labels: "type: bug \U0001F41B"
-assignees: michaelbromley
+assignees: ''
 
 
 ---
 ---