summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-20 12:55:27 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-20 12:55:27 +0100
commita360d95d576e866eddd6d0139fe357f85172fa61 (patch)
tree82c63331710056a5caa7f06477a2d8c94afc1737 /.github
parenta125f6d515a205f2ca4bc16f4a31311aedb540af (diff)
Add ISSUE Template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..e1d560c6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,22 @@
+## Rofi Version
+
+Output of `rofi -v`
+
+
+## Rofi configuration
+
+Output of `rofi -dump-xresources` (preferable in a [gist](https://gist.github.com/))
+
+## Steps to reproduce
+
+* Step 1
+* Step 2
+
+
+## What behaviour you see
+
+--
+
+## What behaviour you expect to see
+
+--