Seed this new project with the template, as specified in the TOB
proposal [1]. My personal preference is to merge to preserve the
history and make future updates easier. But I've had trouble with
that in the past [2], so this commit drops the template history.
Generated with:
$ git remote add project-template git://github.com/opencontainers/project-template.git
$ git fetch project-template
$ git show --oneline project-template/master
61d73a3 (project-template/master) Merge pull request #40 from wking/minor-patch-bullet
$ git read-tree project-template/master
$ git add -A .
$ git checkout HEAD -- README.md
$ git commit -sv
[1]: 3619df26fa/proposals/distribution.md (governance-and-releases)
[2]: https://github.com/opencontainers/go-digest/pull/20#issuecomment-273344526
Signed-off-by: W. Trevor King <wking@tremily.us>