Skip to content

Commit 04156cc

Browse files
committed
Merge branch 'develop' into next/develop
2 parents ae88639 + 4789607 commit 04156cc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
21
name: Bug report
3-
description: File a bug report
2+
description: File a bug report.
43
title: '[Bug]: '
5-
labels: bug
4+
labels: ['bug']
5+
type: 'Bug'
66
assignees:
77
- GreenImp
88
body:
@@ -15,6 +15,8 @@ body:
1515
attributes:
1616
label: Description
1717
description: A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. If you intend to submit a PR for this issue, tell us in the description. Thanks!
18+
validations:
19+
required: true
1820
- type: markdown
1921
attributes:
2022
value: "## Environment"
@@ -47,6 +49,5 @@ body:
4749
id: browser
4850
attributes:
4951
label: Browser name and version
50-
description: If applicable, which browser and version are yuo using?
52+
description: If applicable, which browser and version are you using?
5153
placeholder: e.g. Firefox v130
52-
---

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Feature Request
22
description: Suggest an idea for this project
33
title: '[Feature request]: '
4+
type: 'Feature'
45
body:
56
- type: markdown
67
attributes:

0 commit comments

Comments
 (0)