File tree Expand file tree Collapse file tree 5 files changed +91
-102
lines changed Expand file tree Collapse file tree 5 files changed +91
-102
lines changed Original file line number Diff line number Diff line change 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+ -->
Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments