Remove default asignees from issue templates

We'll set assignees when actually working on issues instead of having
every issue assigned when created.
This commit is contained in:
David Turner 2023-11-06 14:15:01 +00:00 committed by Tom Dewey
parent 12e024ad7f
commit 0c3fc3243b
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@ name: Bug report
about: Thanks for the report!
title: "[BUG]"
labels: bug
assignees: cillian64, tdewey-rpi
---

View file

@ -3,7 +3,6 @@ name: Feature request
about: What would you like to see from rpi-imager?
title: "[FEATURE]"
labels: enhancement
assignees: cillian64, tdewey-rpi
---