I looked more closely and realized there were two CONTRIBUTING.md files
already in the repo. The file in `.github/` link to itself, so this
commit fixes the URL.
Closes#4.
Signed-off-by: Justin W. Flory <git@jwf.io>
.github is a special directory for GitHub projects. The directory and
its files can serve as templates for projects under the
github.com/containers umbrella.
The following files are added:
- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
The underlying idea is that all three point to the main CONTRIBUTING.md
so we only need to update once and not for each project in the future.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>