This is a template repository containing some basic files every repository needs.
To use it just hit Use this template
button or this link.
Things to do with your newly created repo:
- Run
devctl replace -i "REPOSITORY_NAME" "$(basename $(git rev-parse --show-toplevel))" --ignore '.git/**' '**'
. - Run
devctl replace -i "template" "$(basename $(git rev-parse --show-toplevel))" --ignore '.git/**' '**'
. - Go to https://github.com/giantswarm/REPOSITORY_NAME/settings and make sure
Allow merge commits
box is unchecked andAutomatically delete head branches
box is checked. - Go to https://github.com/giantswarm/REPOSITORY_NAME/settings/access and add
giantswarm/bots
withWrite
access andgiantswarm/employees
withAdmin
access. - Add this repository to https://github.com/giantswarm/github.
- Create quay.io docker repository if needed.