diff options
| author | Brian Grant <bgrant0607@users.noreply.github.com> | 2017-08-17 14:18:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-17 14:18:20 -0700 |
| commit | b1325809b106acd9ced587d121e417ee7f8bec4c (patch) | |
| tree | 59687b4761a00c5f0a49b59b87619bcd46a26b08 | |
| parent | 9e756491d1e736eb65e1825f715b6e54b11f41ea (diff) | |
Create backlog.md
| -rw-r--r-- | sig-architecture/backlog.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sig-architecture/backlog.md b/sig-architecture/backlog.md new file mode 100644 index 00000000..1c5a4adb --- /dev/null +++ b/sig-architecture/backlog.md @@ -0,0 +1,36 @@ +# Backlog + +## SIG-related + +* Change meeting day? +* Improve charter to meet expectations of Steering Committee +* Clarify criteria for areas out of scope for the SIG +* Formalize decision processes + +## Processes + +* Proposal process +* API review process +* Determine initial reviewers and approvers +* [Branching policy](https://github.com/kubernetes/community/issues/566) + +## Technical issues and conventions + +* Events +* 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) + +## 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. + +## Conformance + +* [Umbrella](https://github.com/kubernetes/community/issues/432) +* At some point, we need to approve of scope, profiles, required APIs/features/behaviors, etc. |
