summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 5ddf1fef9d5db8b0fc850dd2122b34ff1c8b653c (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
name: Bug report
about: rofi might be misbehaving
labels: bug
title: "[BUG] "
assignees: ''
---
:exclamation:
First read the [guidelines](https://github.com/DaveDavenport/rofi/blob/next/.github/CONTRIBUTING.md)!
This is not optional for any report/question. People must be able to understand the full context of the report when reading it, at any time.
If you feel like you “just have a simple question”, please consider you’re wrong and still fill the full report.
Any report missing these informations will be labeled as “Incomplete Report - Please follow the guidelines” and may not be answered in a timely fashion.
:exclamation:

## Version

Output of `rofi -v`


## Configuration

Output of `rofi -help` (in a [gist](https://gist.github.com/))


## Launch Command

`The commandline used to launch **rofi**`


## Steps to reproduce

- Step 1
- Step 2


## What behaviour you see

- ...


## What behaviour you expect to see

- ...


**Additional details:**
- Include a link to your private config
- Include screenshots/casts of your issue


**Please do not submit reports related to wayland, see
[here](https://github.com/DaveDavenport/rofi/wiki/Wayland) for more
information.**