From: Federico Caselli Date: Fri, 24 Apr 2020 16:42:46 +0000 (+0200) Subject: Update automatic label X-Git-Tag: rel_1_4_0b1~363 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d57767e08b35e4cd18ef57192a1842cc1b4939d4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update automatic label Change-Id: I5a1496a3bd55eb8f9863b9b8cb84f1784c26dbf0 --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0cc76fe88c..dd9b9cdbea 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: bug +labels: requires triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f959b06bd8..818bd38a54 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: use case +labels: requires triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index d1ef227b4a..5a4118ee9e 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: Question about: Question regarding SQLAchemy features title: '' -labels: question +labels: requires triage assignees: '' ---