From b9c50c46013eb48729fb1e9fd3e2a4a66d31c7fc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 2 Oct 2014 07:05:56 +0200 Subject: [PATCH] Adjust docs for the removal of BUGS/TODO. Fixes #130. --- README.asciidoc | 2 -- doc/HACKING.asciidoc | 11 ++++++++++- doc/qutebrowser.1.asciidoc | 14 ++++++-------- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 754605ed0..d54e353e4 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -23,8 +23,6 @@ available: * link:doc/FAQ.asciidoc[Frequently asked questions] * link:doc/HACKING.asciidoc[HACKING] -* link:doc/BUGS[BUGS] -* link:doc/TODO[TODO] Getting help ------------ diff --git a/doc/HACKING.asciidoc b/doc/HACKING.asciidoc index 57f1d484d..e33ac21ec 100644 --- a/doc/HACKING.asciidoc +++ b/doc/HACKING.asciidoc @@ -33,7 +33,16 @@ Chances are you already know something to improve or add when you're reading this. It might be a good idea to ask on the mailing list or IRC channel to make sure nobody else started working on the same thing already. -If you want to find something useful to do, check the `BUGS` and `TODO` files. +If you want to find something useful to do, check the +https://github.com/The-Compiler/qutebrowser/issues[issue tracker]. Some +pointers: + +* https://github.com/The-Compiler/qutebrowser/milestones/v0.1[Open issues for +the v0.1 release] +* https://github.com/The-Compiler/qutebrowser/labels/easy[Issues which should +be easy to solve] +* https://github.com/The-Compiler/qutebrowser/labels/not%20code[Issues which +require little/no coding] There are also some things to do if you don't want to write code: diff --git a/doc/qutebrowser.1.asciidoc b/doc/qutebrowser.1.asciidoc index 7761b790d..2690be8c1 100644 --- a/doc/qutebrowser.1.asciidoc +++ b/doc/qutebrowser.1.asciidoc @@ -82,17 +82,15 @@ It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl. // QUTE_OPTIONS_END == BUGS -Bugs are tracked at two locations: - -* The link:BUGS[doc/BUGS] and link:TODO[doc/TODO] files shipped with -qutebrowser. -* The Github issue tracker at +Bugs are tracked in the Github issue tracker at https://github.com/The-Compiler/qutebrowser/issues. -If you found a bug or have a suggestion, either open a ticket in the github -issue tracker, or write a mail to the +If you found a bug, use the built-in ':report' command to create a bug report +with all information needed. + +If you prefer, you can also write to the https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser[mailinglist] at -mailto:qutebrowser@lists.qutebrowser.org[]. +mailto:qutebrowser@lists.qutebrowser.org[] instead. == COPYRIGHT This program is free software: you can redistribute it and/or modify it under