Skip to content

Commit e99a798

Browse files
authored
Update GH issue templates for Linear compatibility (#3146)
1 parent 7cfbbd6 commit e99a798

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 🐞 Bug Report
22
description: Tell us about something that's not working the way we (probably) intend.
3-
labels: ["Platform: Dart", "bug"]
4-
type: Bug
3+
labels: ["Dart", "Bug"]
54
body:
65
- type: dropdown
76
id: environment

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 💡 Feature Request
22
description: Tell us about a problem our SDK could solve but doesn't.
3-
labels: ["Platform: Dart", "enhancement"]
4-
type: Feature
3+
labels: ["Dart", "Feature"]
54
body:
65
- type: textarea
76
id: problem

.github/ISSUE_TEMPLATE/maintainer-blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Blank Issue
22
description: Blank Issue. Reserved for maintainers.
3-
labels: ["Platform: Dart"]
3+
labels: ["Dart"]
44
body:
55
- type: textarea
66
id: description

0 commit comments

Comments
 (0)