Skip to content

Commit a0f931c

Browse files
committed
Add GitHub Issue Templates
1 parent 9326d09 commit a0f931c

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: "\U0001F41E Bug report"
3+
about: Create a report to help us improve
4+
title: "\U0001F41E [Describe Your Bug]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug/issue**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. ...
16+
2. ...
17+
3. ...
18+
19+
**Screenshots**
20+
If applicable, add screenshots to help explain your problem.
21+
22+
**Your System**
23+
```
24+
Windows build number: (run "ver" at a command prompt)
25+
Flow Launcher version: (Settings => About)
26+
```
27+
**Flow Launcher Error Log**
28+
<!--
29+
The latest log file can be found here: %AppData%\FlowLauncher\Logs\<version>\<date>.txt
30+
or for portable mode: %LocalAppData%\FlowLauncher\<App-Version>\UserData\Logs\<version>\<date>.txt
31+
Drag and drop the log file below this comment.
32+
-->

.github/ISSUE_TEMPLATE/code-review.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: "\U0001F50E Code Review"
3+
about: Describe (bad) code that needs to be improved
4+
title: "\U0001F50E [Describe Problematic Code]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Point to the corresponding file and line number(s) which could be improved.**
11+
12+
Click on the line number in GitHub to create an anchored link to the corresponding code section. For example:
13+
14+
15+
https://github.com/Flow-Launcher/Flow.Launcher/blob/master/Flow.Launcher/Storage/TopMostRecord.cs#L8
16+
17+
Provide your alternative implementation idea:
18+
19+
```
20+
Code
21+
```
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: "⭐ Feature request"
3+
about: Suggest an idea for this project
4+
title: "⭐ [Describe Your Feature]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
**Describe the solution you'd like**
15+
16+
A clear and concise description of what you want to happen.
17+
18+
**Describe alternatives you've considered**
19+
20+
A clear and concise description of any alternative solutions or features you've considered.
21+
22+
**Additional context**
23+
24+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)