parent
e4e8d16ee8
commit
b9c50c4601
@ -23,8 +23,6 @@ available:
|
|||||||
|
|
||||||
* link:doc/FAQ.asciidoc[Frequently asked questions]
|
* link:doc/FAQ.asciidoc[Frequently asked questions]
|
||||||
* link:doc/HACKING.asciidoc[HACKING]
|
* link:doc/HACKING.asciidoc[HACKING]
|
||||||
* link:doc/BUGS[BUGS]
|
|
||||||
* link:doc/TODO[TODO]
|
|
||||||
|
|
||||||
Getting help
|
Getting help
|
||||||
------------
|
------------
|
||||||
|
@ -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
|
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.
|
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:
|
There are also some things to do if you don't want to write code:
|
||||||
|
|
||||||
|
@ -82,17 +82,15 @@ It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
|
|||||||
// QUTE_OPTIONS_END
|
// QUTE_OPTIONS_END
|
||||||
|
|
||||||
== BUGS
|
== BUGS
|
||||||
Bugs are tracked at two locations:
|
Bugs are tracked in the Github issue tracker at
|
||||||
|
|
||||||
* The link:BUGS[doc/BUGS] and link:TODO[doc/TODO] files shipped with
|
|
||||||
qutebrowser.
|
|
||||||
* The Github issue tracker at
|
|
||||||
https://github.com/The-Compiler/qutebrowser/issues.
|
https://github.com/The-Compiler/qutebrowser/issues.
|
||||||
|
|
||||||
If you found a bug or have a suggestion, either open a ticket in the github
|
If you found a bug, use the built-in ':report' command to create a bug report
|
||||||
issue tracker, or write a mail to the
|
with all information needed.
|
||||||
|
|
||||||
|
If you prefer, you can also write to the
|
||||||
https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser[mailinglist] at
|
https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser[mailinglist] at
|
||||||
mailto:qutebrowser@lists.qutebrowser.org[].
|
mailto:qutebrowser@lists.qutebrowser.org[] instead.
|
||||||
|
|
||||||
== COPYRIGHT
|
== COPYRIGHT
|
||||||
This program is free software: you can redistribute it and/or modify it under
|
This program is free software: you can redistribute it and/or modify it under
|
||||||
|
Loading…
Reference in New Issue
Block a user