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 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