summaryrefslogtreecommitdiff
path: root/doc/hacking.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hacking.mdwn')
-rw-r--r--doc/hacking.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/hacking.mdwn b/doc/hacking.mdwn
index 38e59fb..a334fc5 100644
--- a/doc/hacking.mdwn
+++ b/doc/hacking.mdwn
@@ -42,6 +42,9 @@ There are lots of bugs. We don't have a spec or tests, so a bug is
really just any unexpected behavior. I am not easily surprised, but
there are still lots of bugs.
+There's an [issue tracker](https://github.com/jvasile/Plinth/issues).
+Please add things and consult it for things to tackle.
+
<a name="hacking_code_practices" />
## Coding Practices
@@ -91,7 +94,9 @@ directories. That makes removal easy.
## Todo
-Plinth has a number of open todo items. Please help!
+Plinth has a number of open todo items. And there are items in the
+[issue tracker](https://github.com/jvasile/Plinth/issues) that need
+tackling. Please help!
* Implement the functions in the submenus of router.py
* Unify our logging and cherrypy's.