Skip to content

Commit b62864f

Browse files
committed
Updated github templates
1 parent 5a65f7f commit b62864f

File tree

4 files changed

+51
-41
lines changed

4 files changed

+51
-41
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Bug Report
2+
description: Submit a bug report for Retro-Go
3+
labels: ["bug"]
4+
title: ''
5+
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: "Description"
10+
description: "Please write a clear and concise description of the problem you have."
11+
- type: textarea
12+
attributes:
13+
label: Steps To Reproduce
14+
description: Steps to reproduce the problem.
15+
placeholder: |
16+
1. In this environment...
17+
1. With this config...
18+
1. Run '...'
19+
1. See error...
20+
- type: textarea
21+
attributes:
22+
label: Environment
23+
description: |
24+
examples:
25+
- **Retro-Go**: 1.46
26+
- **Device**: ODROID-GO
27+
- **OS**: Windows
28+
- **ESP-IDF**: 5.4.1
29+
value: |
30+
- Retro-Go:
31+
- Device:
32+
- OS:
33+
- ESP-IDF:
34+
- type: textarea
35+
attributes:
36+
label: "Anything else?"
37+
description: "If applicable, add screenshots or logs or links to help explain the problem."
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Feature Request
2+
description: Submit a feature request for Retro-Go
3+
labels: ["enhancement"]
4+
title: '[Feature Request]: '
5+
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: "Description"
10+
description: "Please write a clear and concise description of the suggestion you have."
11+
- type: textarea
12+
attributes:
13+
label: "Anything else?"
14+
description: "If applicable, add screenshots or logs or links to help explain the suggestion."

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)