Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial structure to the repository #13

Closed
calebamiles opened this issue Aug 2, 2017 · 1 comment
Closed

Add initial structure to the repository #13

calebamiles opened this issue Aug 2, 2017 · 1 comment
Assignees
Labels
sig/release Categorizes an issue or PR as relevant to SIG Release.

Comments

@calebamiles
Copy link
Contributor

One of the primary purposes of this SIG repository is to add more structure than previously existed in the kubernetes/community repo. I propose the following directory structure for the repo

├── LICENSE
├── members.md
├── README.md
├── release-process-documentation
│   ├── documentation-guides
│   │   ├── update-release-docs.md
│   │   └── updating-docs-for-feature-changes.md
│   └── github-guides
├── releases
│   ├── release-1.2
│   ├── release-1.3
│   ├── release-1.4
│   ├── release-1.5
│   ├── release-1.6
│   └── release-1.7
├── security-release-process-documentation
│   └── security-release-process.md
└── ephemera
    ├── cherry-picks.md
    ├── issues.md
    ├── patch-release-manager.md
    ├── README.md
    ├── scalability-validation.md
    └── testing.md

where

  • release-process-documentation stores process docs for the release team and the community
  • releases contains historical information about previous releases such as the team list and the release notes draft
  • security-release-process-documentation provides quick access to information about our security release process
  • ephemera is a staging directory which should be generally empty
@calebamiles calebamiles created this issue from a note in SIG Release Public Roadmap (Prioritized Backlog) Aug 2, 2017
@jdumars
Copy link
Member

jdumars commented Aug 2, 2017

LGTM

@calebamiles calebamiles moved this from Prioritized Backlog to Done in SIG Release Public Roadmap Aug 2, 2017
@justaugustus justaugustus added the sig/release Categorizes an issue or PR as relevant to SIG Release. label Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/release Categorizes an issue or PR as relevant to SIG Release.
Projects
No open projects
Development

No branches or pull requests

4 participants