From c27dd1b9b8b25ccd8555b6e5d96a5491bdbb6cd8 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Sat, 15 Jun 2013 15:19:38 -0700 Subject: [PATCH] initial roadmap --- ROADMAP.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 000000000..ad6f7344b --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,10 @@ +# Roadmap + +## 0.2.0 + + * Expose commands over SSH using sshcommand + * Use dokku system user instead of git + * Minimum viable users and repo ACL + * Basic hooks system + * Integration test coverage + * Python buildpack, others... \ No newline at end of file