Skip to content

Commit 76f4c6f

Browse files
kahestantonis
andauthored
Update GH issue templates for Linear compatibility (#5043)
Co-authored-by: Antonis Lilis <[email protected]>
1 parent fc7f51f commit 76f4c6f

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 6 additions & 7 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: React-Native', 'Type: 🪲 Bug']
4-
type: Bug
3+
labels: ['React-Native', 'Bug']
54
body:
65
- type: dropdown
76
id: environment
@@ -53,11 +52,11 @@ body:
5352
'Output of the command `npx react-native@latest info` or manully describe your development environment?'
5453
value: |-
5554
````
56-
⬇ Place the `npx react-native@latest info` output here. ⬇
57-
58-
59-
60-
55+
⬇ Place the `npx react-native@latest info` output here. ⬇
56+
57+
58+
59+
6160
````
6261
6362
- type: textarea

.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: React-Native', 'enhancement']
4-
type: Feature
3+
labels: ['React-Native', '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: React-Native"]
3+
labels: ['React-Native']
44
body:
55
- type: textarea
66
id: description

0 commit comments

Comments
 (0)