From 2c55381d4bc02ffdb0c044c66d194abaabb57c82 Mon Sep 17 00:00:00 2001 From: Joe Peacock Date: Tue, 18 Aug 2020 10:24:05 -0700 Subject: [PATCH 1/2] First pass process document Signed-off-by: Joe Peacock --- docs/Processes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/Processes.md diff --git a/docs/Processes.md b/docs/Processes.md new file mode 100644 index 00000000..a87bd608 --- /dev/null +++ b/docs/Processes.md @@ -0,0 +1,19 @@ +# Processes + +## Releases + +Admiral will be released monthly, on the second Wednesday of every month. Intuit engineers will conduct the release. + +## Issue Management + +We use GitHub issues to track all of our bugs and feature requests. Each issue is assigned a milestone. This is 0.1, 0.2, ..., or 'Nebulous Future'. The milestone indicates when we think the issue should get addressed. + +We don't annotate issues with Releases; Milestones are used instead. We don't use GitHub projects at all, that support is disabled for our organization. + +## Prioritization + +There will be a monthly prioritization meeting where all issues without a milestone are added, either to a future release milestone, or to `Nebulous Future`. We will take thumbs ups and commenter engagement on issues into account in making these prioritization decisions. + +If you would like your issue to be prioritized into an earlier release, please comment on the issue with your justification. + +If you would like to be included in the prioritization meeting, please reach out in the #admiral channel in [Istio Slack](https://slack.istio.io/) \ No newline at end of file From bb801256ad892c064e47ff989a13911e6e1658ea Mon Sep 17 00:00:00 2001 From: Joe Peacock Date: Wed, 26 Aug 2020 14:20:31 -0700 Subject: [PATCH 2/2] Code review feedback Signed-off-by: Joe Peacock --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3e785bea..85de1870 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,7 @@ Organizations below are **officially** using Admiral. Please send a PR with your ## Contributing Refer to [Contributing doc](./CONTRIBUTING.md) + +## Release Cadence + +Details can be found [here](./docs/Processes.md) \ No newline at end of file