Flow.Launcher/.github/ISSUE_TEMPLATE/code-review.md
2020-07-02 13:25:50 +02:00

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
```