aboutsummaryrefslogtreecommitdiff
path: root/BUGS.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-04-02 11:51:36 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-04-02 11:51:36 +0200
commit33360c1f75012bdb22104fd849053055d2147451 (patch)
treeb4232780dd8542b82b233fad981d0aa6e124d279 /BUGS.md
parentPage menus refactoring (diff)
downloadsmolbote-33360c1f75012bdb22104fd849053055d2147451.tar.xz
Updated documentation
Diffstat (limited to 'BUGS.md')
-rw-r--r--BUGS.md25
1 files changed, 21 insertions, 4 deletions
diff --git a/BUGS.md b/BUGS.md
index df2d942..53d77dd 100644
--- a/BUGS.md
+++ b/BUGS.md
@@ -1,5 +1,25 @@
+## 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 when I pressed the button it broke.
+
+An exmaple of a good bug report is:
+
+> When I opened xyz menu and pressed abc, nothing happened.
+
+Send bug reports to _aqua at iserlohn dash fortress dot net_.
+
## Known bugs
-List of known bugs that can't be fixed atm
### Search terms in address bar
QUrl always seems to return true when checking if valid url. Workaround is to
@@ -7,6 +27,3 @@ prepend '#' to the search.
### databases-incognito in home
https://bugreports.qt.io/browse/QTBUG-62957
-
-### Shortcuts don't work at times
-A field on a page is probably taking focus.