From 3e23b072a86574096ee329b46c4081fd1d0b9020 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 21 May 2019 14:02:32 +0200 Subject: [PATCH] removed asignees from empty issues --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 1 - .github/ISSUE_TEMPLATE/question.md | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3d51cb6cf..fbf7173fc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,6 @@ name: 🐛 Bug report about: Create a report to help us improve labels: bug -assignees: ulfgebhardt title: 🐛 [Bug] --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 639f48daa..1fba3fa58 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,6 @@ name: 🚀 Feature request about: Suggest an idea for this project labels: feature -assignees: ulfgebhardt title: 🚀 [Feature] --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 83cb252d7..aabbc0f0a 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,6 @@ name: 💬 Question about: If you need help understanding HumanConnection. labels: question -assignees: ulfgebhardt title: 💬 [Question] ---