Skip to content

Commit 153e8da

Browse files
authored
chore: fix issue templates (#400)
1 parent 314708d commit 153e8da

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/ISSUE_TEMPLATE/1-bug.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
name: Bug Report
22
description: Report a bug
3-
title: ""
43
labels: [ "bug" ]
54
body:
65
- type: dropdown
76
id: platform
87
attributes:
98
label: Platforms
109
description: On what platforms does the bug happen?
11-
placeholder: "Please Select"
12-
options: [ "Android", "iOS", "Web", "MacOS", "Windows", "Linux", "All" ]
10+
placeholder:
11+
options: [ "Please Select", "Android", "iOS", "Web", "MacOS", "Windows", "Linux", "All" ]
1312
validations:
1413
required: true
1514
- type: input
@@ -61,4 +60,4 @@ body:
6160
// Paste your code here
6261
```
6362
validations:
64-
required: true
63+
required: true

.github/ISSUE_TEMPLATE/2-feature.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Feature Request
22
description: Suggest a Feature
3-
title: ""
43
labels: [ "feature" ]
54
body:
65
- type: textarea

0 commit comments

Comments
 (0)