mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-26 22:20:18 +00:00
61c8bfd574
Just adds an extra line to the template/docs to check if an existing issue already exists.
15 lines
607 B
Markdown
15 lines
607 B
Markdown
---
|
|
name: Feature request
|
|
about: Got a good idea that hasn't already been suggested? Mention it here!
|
|
title: ""
|
|
labels: "feature"
|
|
assignees: ""
|
|
---
|
|
|
|
### Describe the feature request
|
|
|
|
Please describe what behaviour you are looking for, the motivation for it, and use cases for where this feature would be helpful.
|
|
Try to be clear and concise - more details are usually helpful, but don't ramble on too much.
|
|
|
|
Also try to see if this feature already exists first [in the documentation](https://clementtsang.github.io/bottom/nightly/),
|
|
or if there's already an issue opened that covers this specific feature.
|