From dd531f16ee4e0a8e1b881825b7e105ac7e65d3c7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 2 Mar 2021 10:39:37 +0100 Subject: [PATCH] Add roadmap --- docs/contribute.md | 3 ++- docs/roadmap.md | 18 ++++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 docs/roadmap.md diff --git a/docs/contribute.md b/docs/contribute.md index 3d93133..ca87e82 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -18,4 +18,5 @@ Some handy links in the meantime: We do not have public logins enabled on the Autonomic [git.autonomic.zone](https://git.autonomic.zone) Gitea instance because we haven't needed to open it up yet for public contributions. However, we want - to get around to that soon. + to get around to that soon. Please nag us via our [public + channels](/contact/) and we'll get to it. diff --git a/docs/roadmap.md b/docs/roadmap.md new file mode 100644 index 0000000..e403d8e --- /dev/null +++ b/docs/roadmap.md @@ -0,0 +1,18 @@ +--- +title: Roadmap +--- + +The project is currently in an [alpa quality](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha) release state. We are working towards a [Beta release](https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta). + +Here's how you can see our current status: + +- [Overall project issue tracker and milestones](https://git.autonomic.zone/coop-cloud/organising/issues) +- [`abra` command-line issue tracker](https://git.autonomic.zone/coop-cloud/abra) + +!!! note + + We do not have public logins enabled on the Autonomic + [git.autonomic.zone](https://git.autonomic.zone) Gitea instance because we + haven't needed to open it up yet for public contributions. However, we want + to get around to that soon. Please nag us via our [public + channels](/contact/) and we'll get to it. diff --git a/mkdocs.yml b/mkdocs.yml index 5c34ea3..4f5b2af 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -45,6 +45,7 @@ nav: - Scale an application up to handle more traffic: scale.md - Roll an application back to a previous version: rollback.md - Frequently asked questions: faq.md + - Roadmap: roadmap.md - Contributing guide: contribute.md - Get in touch: contact.md