From 348a44afe392fa91f5eff45adcbccafdd3f707ca Mon Sep 17 00:00:00 2001 From: James Vasile Date: Wed, 6 Feb 2013 22:20:22 -0500 Subject: [PATCH] note the issue tracker in documentation --- doc/hacking.mdwn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/hacking.mdwn b/doc/hacking.mdwn index 38e59fba1..a334fc51b 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. + ## 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.