chore: remove automatic assignees from issue templates

Removed automatic assignees from bug report, feature request, and thumbnail request templates. This change aims to distribute issue assignment more dynamically among team members, ensuring a more balanced workload and allowing for flexibility in issue triage.
This commit is contained in:
Kumi 2024-09-17 12:58:34 +02:00
parent e056503626
commit fdcd839991
Signed by: kumi
GPG key ID: ECBCC9082395383F
3 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@ name: Bug report
about: Create a report to help us improve
title: ''
labels: new issue
assignees: flocke
---

View file

@ -3,7 +3,6 @@ name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: flocke
---

View file

@ -3,7 +3,6 @@ name: Thumbnail request
about: Request a new thumbnail
title: "[Thumbnail]"
labels: enhancement, thumbnail
assignees: flocke, RichyHBM, ziegenberg
---