aboutsummaryrefslogtreecommitdiff
path: root/docs/manual/Bugs.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-21 17:52:56 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-21 17:52:56 +0100
commitcf06dcb0650f603ae3d634634d81f9ec78d21937 (patch)
tree07b6aff6426ba091cd5b1a90832527d651101ac6 /docs/manual/Bugs.md
parentAdded Search Box (diff)
downloadsmolbote-cf06dcb0650f603ae3d634634d81f9ec78d21937.tar.xz
Edited documentation
- Search highlighting is removed when you close the search box - Fixed PKGBUILD not working - PKGBUILD can now pick compiler and optimization
Diffstat (limited to 'docs/manual/Bugs.md')
-rw-r--r--docs/manual/Bugs.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/manual/Bugs.md b/docs/manual/Bugs.md
new file mode 100644
index 0000000..8d1b086
--- /dev/null
+++ b/docs/manual/Bugs.md
@@ -0,0 +1,17 @@
+# Reporting bugs
+
+Please include the following when reporting bugs:
+* Operating system used
+* Version of Qt used, any relevant information if you built it yourself
+* Detailed explanation of the bug:
+ * what was done
+ * what was expected
+ * what happened
+
+An example of a bad bug report is:
+> Something happened, and what I pressed the button it broke.
+
+An exmaple of a good bug report is:
+> When I opened the Page menu and pressed Print to PDF, nothing happened.
+
+Send bug reports to _aqua at iserlohn-fortress.net_.