summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Daly <Nick.M.Daly@gmail.com>2013-04-23 17:49:22 -0500
committerNick Daly <Nick.M.Daly@gmail.com>2013-04-23 17:49:22 -0500
commitf55c7a48ea534e342e6efbd4c7edaf1b1e07f61b (patch)
treefec45d97e4e976ef7ba5dde83f538fcf19092bc0 /doc
parent157226f1b88bc090b677f9896aa62a0c734ebf14 (diff)
Merged with James's upstream.
Hope I did it right. If I screwed up, withsqlite is borked.
Diffstat (limited to 'doc')
-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.