diff --git a/docs/source/index.rst b/docs/source/index.rst index a8519f4cf..fc7ed3fc8 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -16,4 +16,5 @@ Receptor is an overlay network intended to ease the distribution of work across getting_started_guide/index user_guide/index developer_guide + roadmap/index contributing diff --git a/docs/source/roadmap/ROADMAP_2.rst b/docs/source/roadmap/ROADMAP_2.rst new file mode 100644 index 000000000..b4b939ade --- /dev/null +++ b/docs/source/roadmap/ROADMAP_2.rst @@ -0,0 +1,26 @@ +========== +Receptor 2 +========== +**Receptor Freeze: TBD** + +**Target: TBD** + +.. contents:: + :local: + +--------------- +Release Manager +--------------- +Aaron Hetherington (IRC/GitHub: @AaronH88) + +------------- +Configuration +------------- + +--------- +Netceptor +--------- + +---------- +Workceptor +---------- diff --git a/docs/source/roadmap/index.rst b/docs/source/roadmap/index.rst new file mode 100644 index 000000000..c5ccded8e --- /dev/null +++ b/docs/source/roadmap/index.rst @@ -0,0 +1,5 @@ +.. toctree:: + :maxdepth: 1 + :glob: + + receptor_roadmap_index diff --git a/docs/source/roadmap/receptor_roadmap_index.rst b/docs/source/roadmap/receptor_roadmap_index.rst new file mode 100644 index 000000000..3bf55ce86 --- /dev/null +++ b/docs/source/roadmap/receptor_roadmap_index.rst @@ -0,0 +1,31 @@ +================= +Receptor Roadmaps +================= + +The ``receptor`` team develops a roadmap for each major ``receptor`` release. +The latest roadmap shows current work; older roadmaps provide a history of the +project. We don't publish roadmaps for minor or subminor versions. So 2.0 and +3.0 have roadmaps, but 2.1.0 and 2.10.1 do not. + +We incorporate team and community feedback in each roadmap, and aim for further +transparency and better inclusion of both community desires and submissions. + +Each roadmap offers a *best guess*, based on the ``receptor`` team's experience +and on requests and feedback from the community, of what will be included in a +given release. However, some items on the roadmap may be dropped due to time +constraints, lack of community maintainers, and so on. + +Each roadmap is published both as an idea of what is upcoming in ``receptor``, +and as a medium for seeking further feedback from the community. + +You can submit feedback on the current roadmap in multiple ways: +- Create issue on github in ansible/receptor + +Go to `Ansible forum `_ to join the community discussions. + +.. toctree:: + :maxdepth: 1 + :glob: + :caption: receptor Roadmaps + + ROADMAP_2