From 4ffbc4e2f6df62a1f35b9efc7cab0d1c8c0973af Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 23 Oct 2023 22:04:44 +0330 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/ask-a-question.md | 2 +- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md index 019d573..1a70807 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -2,7 +2,7 @@ name: Ask a Question about: Ask about a particular topic title: '' -labels: question +labels: enhancement, question assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index d1305d5..e95fdd6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: Bug Report about: Create a report to help us improve title: '' -labels: enhancement +labels: bug assignees: '' ---