diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2020-04-24 18:42:46 +0200 |
|---|---|---|
| committer | Federico Caselli <cfederico87@gmail.com> | 2020-04-24 18:42:46 +0200 |
| commit | d57767e08b35e4cd18ef57192a1842cc1b4939d4 (patch) | |
| tree | e54ffdef73796e5427d562de1b6c8e80578ec1e8 /.github | |
| parent | 99d1765c1a4aa65a8b3e5678bb4b6dc6a3c4ca57 (diff) | |
| download | sqlalchemy-d57767e08b35e4cd18ef57192a1842cc1b4939d4.tar.gz | |
Update automatic label
Change-Id: I5a1496a3bd55eb8f9863b9b8cb84f1784c26dbf0
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/question.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0cc76fe88..dd9b9cdbe 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 f959b06bd..818bd38a5 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 d1ef227b4..5a4118ee9 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: '' --- |
