Skip to content

Commit e248c3f

Browse files
author
Nino Filiu
committed
restore issue templates
1 parent 8ddb9cf commit e248c3f

File tree

3 files changed

+76
-0
lines changed

3 files changed

+76
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: "🐛 Bug Report"
2+
description: Create a new ticket for a bug
3+
labels:
4+
- bug
5+
assignees:
6+
- ninofiliu
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: "Description"
12+
description: Please describe details steps to reproduce your bug as well as the expected vs observed behavior of the app
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: screenshot
17+
attributes:
18+
label: "Screenshots"
19+
description: If applicable, add screenshots to help explain your problem.
20+
render: bash
21+
validations:
22+
required: false
23+
- type: textarea
24+
id: logs
25+
attributes:
26+
label: "Logs"
27+
description: Please copy and paste potential errors logged in the browser console.
28+
render: bash
29+
validations:
30+
required: false
31+
- type: dropdown
32+
id: browsers
33+
attributes:
34+
label: "Browsers"
35+
description: What browsers are you seeing the problem on ?
36+
multiple: true
37+
options:
38+
- Firefox
39+
- Chrome
40+
- Safari
41+
- Edge
42+
- Opera
43+
validations:
44+
required: false
45+
- type: dropdown
46+
id: os
47+
attributes:
48+
label: "OS"
49+
description: What OS are you seeing the problem on ?
50+
multiple: true
51+
options:
52+
- Windows
53+
- Linux
54+
- Mac
55+
validations:
56+
required: false
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "💡 Feature Request"
2+
description: Suggest an improvement
3+
labels:
4+
- enhancement
5+
assignees:
6+
- ninofiliu
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Description
12+
description: Please describe in details how you would improve Supermosh
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: use_case
17+
attributes:
18+
label: Use case
19+
description: In which situation have you been needing this feature?

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)