You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: ' Create a report to help us improve '
3
+
title: "[BUG] <Short description>"
4
+
labels: [bug]
5
+
body:
6
+
- type: textarea
7
+
id: version
8
+
attributes:
9
+
label: Describe the bug
10
+
description: >-
11
+
A clear and concise description of what the bug is.
12
+
placeholder: 'Example: Application exited with code 1'
13
+
validations:
14
+
required: true
15
+
16
+
- type: textarea
17
+
attributes:
18
+
label: The log file and images/videos
19
+
description: |
20
+
The log file called `latestlog.txt` is located under `Android/data/net.kdt.pojavlaunch/files`, `games/PojavLauncher/` or `games/PojavLauncher/.minecraft`. You may need to activate an option in your file explorer to see hidden files and folders. |
21
+
You can also upload here screenshots or videos of the buggy behavior, if possible.
22
+
23
+
Tip: You can attach files by clicking this area to highlight it and then dragging files in or select them on 🖼 option at the toolbar.
24
+
validations:
25
+
required: false
26
+
27
+
- type: textarea
28
+
attributes:
29
+
label: Steps To Reproduce
30
+
description: Steps to reproduce the behavior.
31
+
placeholder: |
32
+
1. Start PojavLauncher
33
+
... *(your set of actions to reproduce the bug)*
34
+
render: markdown
35
+
validations:
36
+
required: true
37
+
38
+
- type: textarea
39
+
attributes:
40
+
label: Expected Behavior
41
+
description: A concise description of what you expected to happen.
42
+
placeholder: 'Example: I expect the game to launches'
43
+
validations:
44
+
required: true
45
+
46
+
- type: textarea
47
+
attributes:
48
+
label: Platform
49
+
description: |
50
+
Examples:
51
+
- **Device model**: Mi 8 Pro 8/128G
52
+
- **CPU architecture**: aarch64
53
+
- **Android version**: 10
54
+
- **PojavLauncher version**: [Latest Release || version 3.3.1.1_rel_20210206 ]
0 commit comments