diff options
| -rw-r--r-- | sig-architecture/backlog.md | 40 |
1 files changed, 23 insertions, 17 deletions
diff --git a/sig-architecture/backlog.md b/sig-architecture/backlog.md index c6e7aaaf..6596c690 100644 --- a/sig-architecture/backlog.md +++ b/sig-architecture/backlog.md @@ -1,11 +1,16 @@ # Backlog -## SIG-related +## Priority short list -* Change meeting day? -* Improve charter to meet expectations of Steering Committee -* Clarify criteria for areas out of scope for the SIG -* Formalize decision processes +1. Proposal process +2. Review conformance tests and program + +## Inbound requests + +* [Common repo proposal](https://github.com/kubernetes/kubernetes/issues/50475) +* Component config field deprecation +* [Well known labels](https://groups.google.com/forum/#!topic/kubernetes-sig-architecture/PEp7NqWuFpw) +* [Conditions and phase](https://github.com/kubernetes/kubernetes/issues/7856) ## Processes @@ -14,26 +19,27 @@ * Determine initial reviewers and approvers * [Branching policy](https://github.com/kubernetes/community/issues/566) -## Technical issues and conventions +## Conformance + +* [Umbrella](https://github.com/kubernetes/community/issues/432) +* At some point, we need to approve of scope, profiles, required APIs/features/behaviors, etc. + +## Major technical issues and conventions -* [Common repo proposal](https://github.com/kubernetes/kubernetes/issues/50475) -* Component config field deprecation -* [Well known labels](https://groups.google.com/forum/#!topic/kubernetes-sig-architecture/PEp7NqWuFpw) -* [Conditions and phase](https://github.com/kubernetes/kubernetes/issues/7856) -* ["v2 API" plan](https://github.com/kubernetes/kubernetes/issues/8190) * [Multi-repo plan and roadmap](https://github.com/kubernetes/kubernetes/issues/24343) +* ["v2 API" plan](https://github.com/kubernetes/kubernetes/issues/8190) * [Architectural layers](https://github.com/kubernetes/community/issues/952) +## SIG-related + +* Improve charter to meet expectations of Steering Committee +* Clarify criteria for areas out of scope for the SIG +* Formalize decision processes + ## Documentation * [Architectural diagram](https://github.com/kubernetes/community/issues/767) * [Clean up design-proposals directory](https://github.com/kubernetes/community/issues/651) -* [Organize design-proposals by area](https://github.com/kubernetes/community/issues/918) * Document who owns client library, build, and release artifacts * Document who owns conformance definition, profiles, etc. * Extension strategy - -## Conformance - -* [Umbrella](https://github.com/kubernetes/community/issues/432) -* At some point, we need to approve of scope, profiles, required APIs/features/behaviors, etc. |
