summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/feature_request.md
blob: b3b6c2da2f6c21695e0c5acca7175a18bc3a40db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
name: Feature request
about: It'd be cool if rofi did/had/would...
labels: Feature Request
title: "[REQUEST] "
assignees: ''
---

**Before creating a feature request:**
- First check the *next* branch, to see if the feature has already been
  implemented.
- Check existing reports, see if it is already requested.


**Describe the feature**
- A clear description of the feature you want added.
- If the feature involves replacement of current functionality, how the new
  functionality is better?
- If the feature is implemented in another application, include:
  - Screenshots or screencasts of it
  - Links to its implementation
- If possible try to explain how you would expect to use feature:
  For example, should it be a configuration option or a hot-key. 


**When reporting a feature request include the following information:**
- Rofi version:
  - `rofi -v`


**Requesting a feature is no guarantee it will be added.**