Merge pull request 'Use UTC date for branch naming' (#953) from kzhao921-20210712/readme-date into master

Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/953
Reviewed-by: schema-checker <schema-checker@noreply.dn42.us>
This commit is contained in:
Simon Marsh 2021-07-12 07:26:23 +00:00
commit 37cf708165

View file

@ -16,7 +16,7 @@ git clone git@git.dn42.dev:dn42/registry.git
The name of the branch ***must*** follow a specific format:
`<username>-YYYYMMDD/<name>`
- `<username>` is your gitea username.
- `YYYYMMDD` is the current date.
- `YYYYMMDD` is the current date (UTC).
- `<name>` is a descriptive name for your change.
The branch must be created in the registry on the date described in the branch name, so create the branch and push it to the registry immediately.