From 2337be155c594317a3f6cac98b95aafeafcd7a20 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 21 May 2024 17:48:39 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=A1=F0=9F=90=BA=20Update=20issue=20auto-a?= =?UTF-8?q?ssign?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yml | 3 ++- .github/ISSUE_TEMPLATE/feature-request.yml | 4 +++- .github/ISSUE_TEMPLATE/question.yml | 2 ++ .github/ISSUE_TEMPLATE/showcase-addition.yml | 5 ++++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index dbf199b0..f5d965f3 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -3,7 +3,8 @@ description: Report something that's not working the way it's (probably) intende title: '[BUG] ' labels: ['🐛 Bug'] assignees: - - lissy93 + - Lissy93 + - CrazyWolf13 body: - type: dropdown id: environment diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 7fe743cd..b3c97aff 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -2,6 +2,8 @@ name: Feature Request ✨ description: Suggest an idea for future development of Dashy title: '[FEATURE_REQUEST] <title>' labels: ['🦄 Feature Request'] +assignees: + - CrazyWolf13 body: @@ -59,4 +61,4 @@ body: Please note that there is no guarantee that your idea will be implemented If you haven't already done so, please Star the Dashy's repository on GitHub, to help other users discover it validations: - required: false \ No newline at end of file + required: false diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index e6c71472..0037c8f0 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -2,6 +2,8 @@ name: Question 🤷‍♂️ description: Got a question about Dashy, deployment, development or usage? title: '[QUESTION] <title>' labels: ['🤷‍♂️ Question'] +assignees: + - CrazyWolf13 body: # Filed 1 - Intro Text diff --git a/.github/ISSUE_TEMPLATE/showcase-addition.yml b/.github/ISSUE_TEMPLATE/showcase-addition.yml index 81341576..bfd321d5 100644 --- a/.github/ISSUE_TEMPLATE/showcase-addition.yml +++ b/.github/ISSUE_TEMPLATE/showcase-addition.yml @@ -2,6 +2,9 @@ name: Add your Dashboard to the Showcase 🌟 description: Share a screenshot of your dashboard to the Readme showcase! title: '[SHOWCASE] <title>' labels: ['💯 Showcase'] +assignees: + - lissy93 + - CrazyWolf13 body: # 1 - Title @@ -55,4 +58,4 @@ body: ## That's It! Thanks for sharing your dashboard :) You will receive an update to this ticket once it's added to the showcase validations: - required: false \ No newline at end of file + required: false