diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index efd99da0..2eb99a7d 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -3,7 +3,6 @@ name: Bug about: Report a bug title: 'Bug: FILL THIS TEXT!' labels: ":bug: bug" -assignees: qdm12 --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5fda0d3a..4265e364 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,6 @@ name: Feature request about: Suggest a feature to add to this project title: 'Feature request: FILL THIS TEXT!' labels: ":bulb: feature request" -assignees: qdm12 --- diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md index 689b7403..813e06db 100644 --- a/.github/ISSUE_TEMPLATE/help.md +++ b/.github/ISSUE_TEMPLATE/help.md @@ -3,7 +3,6 @@ name: Help about: Ask for help title: 'Help: FILL THIS TEXT!' labels: ":pray: help wanted" -assignees: ---