diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-07-23 08:57:07 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-07-23 08:57:07 +0200 |
commit | ceacfaa2062c882ef6f5989003bce11936d09654 (patch) | |
tree | b97b2a7395cdd568850fbaa52b5a2166334687cc /docs/examples/ticket_tracker/README.rst | |
parent | f1921e8b8a25ca214899c79efa46ca59bd3141b9 (diff) |
Example collection to implement a ticket tracker
Diffstat (limited to 'docs/examples/ticket_tracker/README.rst')
-rw-r--r-- | docs/examples/ticket_tracker/README.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/examples/ticket_tracker/README.rst b/docs/examples/ticket_tracker/README.rst new file mode 100644 index 0000000..a767598 --- /dev/null +++ b/docs/examples/ticket_tracker/README.rst @@ -0,0 +1,9 @@ +########### + Our Tasks +########### + +This is an example on how to use lesana to manage a personal / few users +ticket tracker. + +The file ``aliases.sh`` can be sourced (``. ./aliases.sh``) to provide +helpers for common searches. |