Skip to content

Commit d5141b4

Browse files
committed
Add issues templates.
1 parent 9a0c1f7 commit d5141b4

File tree

2 files changed

+111
-0
lines changed

2 files changed

+111
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
name: Bug report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: bug
5+
assignees: []
6+
body:
7+
8+
- type: markdown
9+
attributes:
10+
value: |
11+
12+
- Please be aware that some devices are not compatible. Snapdragon chipsets tend to be more compatible than most.
13+
(Examples: Exynos, Tensor, or other chipsets with a Mali GPU).
14+
15+
- Games with DRM are currently unsupported and the issue may be closed.
16+
17+
- If the bug was due to a hard crash, please attatch logs if possible.
18+
19+
- If a game shows a soft error about `Failed to initialize graphics...` or anything inside the emulation environment, try editing the container settings.
20+
Note: Forums and subreddits will provide great help to configure certain games.
21+
22+
- type: textarea
23+
id: describe-the-bug
24+
attributes:
25+
label: Describe the bug
26+
placeholder: Describe what the bug is.
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: what-actually-happened
32+
attributes:
33+
label: Steps to reproduce
34+
placeholder: What are some steps to reliably reproduce the bug?
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
id: expected-behavior
40+
attributes:
41+
label: Expected behavior
42+
placeholder: What should have happened?
43+
validations:
44+
required: true
45+
46+
- type: input
47+
id: pluvia-version
48+
attributes:
49+
label: Pluvia Version
50+
description: "What version of Pluvia are you using? (ie: 1.3.0)"
51+
validations:
52+
required: true
53+
54+
- type: input
55+
id: device-model
56+
attributes:
57+
label: Device Model
58+
description: "What device did this happen with? (ie: Retroid Pocket 5)"
59+
validations:
60+
required: true
61+
62+
- type: input
63+
id: device-android-version
64+
attributes:
65+
label: Android Version
66+
description: "What android version did this occur on? (ie: Android 15)"
67+
validations:
68+
required: true
69+
70+
- type: textarea
71+
id: additional-info
72+
attributes:
73+
label: Additional Information
74+
description: "Is there any additional info to be added? (ie: logs)"
75+
validations:
76+
required: false
77+
- type: checkboxes
78+
id: issue-already-searched
79+
attributes:
80+
label: New Issue
81+
description: Is the issue not already posted as an [Issue](https://github.com/oxters168/Pluvia/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) or in the [Project Board](https://github.com/users/oxters168/projects/1)
82+
options:
83+
- label: I have searched and did not find a similar issue to mine already listed.
84+
required: true
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Feature Request
2+
description: Something you'd like to see in Pluvia
3+
title: "[Request]: "
4+
labels: enhancement
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
This template should only be used for feature requests you would like to see implemented in Pluvia.
11+
12+
- type: textarea
13+
id: describe-the-request
14+
attributes:
15+
label: Feature Request
16+
placeholder: It would be cool if...
17+
validations:
18+
required: true
19+
20+
- type: checkboxes
21+
id: request-already-searched
22+
attributes:
23+
label: New Feature
24+
description: Is the request not already posted as an [Issue](https://github.com/oxters168/Pluvia/issues?q=is%3Aissue%20state%3Aopen%20label%3Aenhancement) or in the [Project Board](https://github.com/users/oxters168/projects/1)
25+
options:
26+
- label: I have searched and did not find my request already listed.
27+
required: true

0 commit comments

Comments
 (0)