-
Notifications
You must be signed in to change notification settings - Fork 0
Description
This issue is to track the repository setup. Whilst the repo is being setup this issue will also serve as the initial place to go for any info required.
Details
Branches
master This branch is the production ready branch. Users should use this branch to obtain the kustomize manifests. No work is to be conducted on this branch. Manifests reach this branch by having the development branch merged into it.
development This branch is the staging branch. Manifests on this branch are considered not stable. No work is done on this branch as anything merged to this branch will be tested (deployment) and if successful is proposed to be auto-merged. This branch should be kept clean so as to offer the ability to quickly create a fix and release it immediately. Manifests reach this branch by having a feature branch merged to it.
feature-**** This is the working branch for developers. Other users whom are not developers will create their own feature branch in their forked repo.
Tasks
- 📖 Documentation
- Add Contribution Guide
- Add what's expected for manifests