mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
21 lines
522 B
Markdown
21 lines
522 B
Markdown
---
|
|
name: "\U0001F50E Code Review"
|
|
about: Describe (bad) code that needs to be improved
|
|
title: "[Describe Problematic Code]"
|
|
labels: 'code review'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Point to the corresponding file and line number(s) which could be improved.**
|
|
|
|
Click on the line number in GitHub to create an anchored link to the corresponding code section. For example:
|
|
|
|
|
|
https://github.com/Flow-Launcher/Flow.Launcher/blob/master/Flow.Launcher/Storage/TopMostRecord.cs#L8
|
|
|
|
Provide your alternative implementation idea:
|
|
|
|
```
|
|
Code
|
|
```
|