Skip to content

Commit 81f1919

Browse files
committed
Don't automatically label issues
Issues must be triaged before being labelled as a bug - which confirms it's a bug to be fixed instead of just using something wrong or being labelled as an enhancement - which confirms it's something we think should be added.
1 parent cffd2b2 commit 81f1919

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Bug report
33
description: Report a bug or an issue you've found with Trino Python client
4-
labels: bug
54
body:
65
- type: textarea
76
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Feature request
33
description: Suggest an idea for Trino Python client
4-
labels: enhancement
54
body:
65
- type: textarea
76
attributes:

0 commit comments

Comments
 (0)