summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-20 13:22:33 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-20 13:22:33 +0100
commitc07afae87f978c8f4c6daf2e974288803b2276fd (patch)
tree7f069a84222128dc1399c970c6c915b8275eb923
parent9121732e36c0299f586a1948696aa1f4f329bac4 (diff)
parentfef95ffab9e2ef0a92cc1f9d65d03719afe7e2f5 (diff)
Merge remote-tracking branch 'origin/master' into glib-loop
-rw-r--r--.github/CONTRIBUTING.md30
-rw-r--r--.github/ISSUE_TEMPLATE.md22
2 files changed, 52 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644
index 00000000..3969feb7
--- /dev/null
+++ b/.github/CONTRIBUTING.md
@@ -0,0 +1,30 @@
+# Creating an issue
+
+When reporting bugs keep in mind that the people working on it do this unpaid, in their free time and as a hobby. So be
+polite and helpful. Bug reports that demand, contain insults to this or other projects, or have a general unfriendly
+tone will be closed without discussion. Keep in mind that everybody has it own way of working; What might be the norm
+for you, might not be for others. Therefore be verbose in your description.
+
+Before creating an issue:
+
+* Update to the latest version. Check if problem still exists.
+* Check existing bug reports, see if it is already reported.
+* Read the documentation. Make sure the behaviour you are seeing is a bug.
+
+When reporting bugs include the following information:
+
+* Rofi version. rofi -v
+* Rofi configuration. rofi -dump-xresources (preferable in a pastebin)
+* Steps to reproduce.
+* What behaviour you see.
+* What behaviour you expect to see.
+* A proper title for others to search for.
+* Be exact.
+
+The issue tracker is not for:
+
+* Questions.
+* Writing complaints.
+
+Questions will be marked `question` and closed. If the question is clear, I normally try to provide an answer.
+
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..03b0c917
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,22 @@
+## Version
+
+Output of `rofi -v`
+
+
+## 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
+
+* -