Skip to content

Commit 1b3c750

Browse files
authored
Merge branch 'dev' into fix_blur_theme
2 parents 8a860ec + 7bee288 commit 1b3c750

File tree

5 files changed

+91
-102
lines changed

5 files changed

+91
-102
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 bug report to help us improve Flow Launcher
4+
title: "[Describe Your Bug]"
5+
labels: 'bug'
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: "[Describe Problematic Code]"
5+
labels: 'code review'
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+
```

.github/ISSUE_TEMPLATE/discussion.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: "⁉️ Question/Discussion"
3+
about: Create a report to help us improve
4+
title: "[Ask a question or propose a change]"
5+
labels: 'question/discussion'
6+
assignees: ''
7+
8+
---
9+
10+
**Question**
11+
Describe your question.
12+
13+
**Discussion**
14+
Discuss a topic.
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 a new idea or a feature enhacement
4+
title: "[Describe Your Feature]"
5+
labels: 'enhancement'
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.

ISSUE_TEMPLATE.md

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

0 commit comments

Comments
 (0)