Skip to content

Commit a9ed7da

Browse files
authored
DOC: use issue forms replace plain text (#752)
1 parent fa7057a commit a9ed7da

File tree

2 files changed

+78
-32
lines changed

2 files changed

+78
-32
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
name: "\U0001F41E Bug Report"
2+
description: Create a bug report to help us improve Flow Launcher
3+
title: "BUG: "
4+
labels: ["bug"]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: Thanks for taking the time to fill out this bug report!
10+
11+
- type: checkboxes
12+
attributes:
13+
label: Checks
14+
options:
15+
- label: >
16+
I have checked that this issue has not already been reported.
17+
18+
- type: textarea
19+
attributes:
20+
label: Problem Description
21+
description: A clear and concise description of what the problem is.
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
attributes:
27+
label: To Reproduce
28+
description: Steps to reproduce the behavior.
29+
value: >
30+
1. ...
31+
32+
2. ...
33+
34+
3. ...
35+
36+
- type: textarea
37+
attributes:
38+
label: Screenshots
39+
description: If applicable, add screenshots to help explain your problem.
40+
41+
- type: input
42+
attributes:
43+
label: Flow Launcher Version
44+
description: Go to "Settings" => "About".
45+
value: v1.8.3
46+
47+
- type: input
48+
attributes:
49+
label: Windows Build Number
50+
description: Run "ver" at CMD (command prompt).
51+
value: 10.0.19043.1288
52+
53+
- type: textarea
54+
id: logs
55+
attributes:
56+
label: Error Log
57+
description: >
58+
Log file place:
59+
60+
- The latest version place: `%AppData%\FlowLauncher\Logs\<version>\<date>.txt`
61+
62+
- For portable mode: `%LocalAppData%\FlowLauncher\<App-Version>\UserData\Logs\<version>\<date>.txt`
63+
value: >
64+
<details>
65+
66+
67+
```shell
68+
69+
70+
Replace this line with the important log contents.
71+
72+
73+
```
74+
75+
</details>
76+
77+
78+
<!-- # Or drag and drop the log file and delete the above detail part. -->

0 commit comments

Comments
 (0)