Commit Graph

160 Commits

Author SHA1 Message Date
Qi Wang 9bb8e7e62b Add config package for containers.conf
This PR adds a package config for reading configurations from the containers.conf into the go struct.

Signed-off-by: Qi Wang <qiwan@redhat.com>
2019-10-07 13:38:17 -04:00
Daniel J Walsh ddf2d69278 Update README.md 2019-09-18 09:40:23 -04:00
Valentin Rothberg b78fc892ad Merge pull request #6 from jwflory/fix/contributing-guidelines
Move contributing guidelines to correct path (closes #4)
2019-07-08 18:17:31 +02:00
Justin W. Flory 73b53f0bbe Use correct URL for contributing guidelines (closes #4)
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>
2019-07-08 10:53:41 -05:00
Daniel J Walsh 92bd8c64f6 Merge pull request #3 from vrothberg/typo
fix typo + .github folder
2018-12-10 09:51:08 -05:00
Valentin Rothberg c02842a6e3 add .github dir
.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>
2018-12-10 13:37:59 +01:00
Valentin Rothberg c58833851d fix typo
s/thi/the/

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2018-12-10 12:57:11 +01:00
Daniel J Walsh 1e030ecff4 Merge pull request #1 from TomSweeneyRedHat/dev/tsweeney/contrib
Add initial contributing for the Container's projects
2018-11-09 12:13:10 -05:00
TomSweeneyRedHat 75c67c0f6e Add initial contributing for the Container's projects
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2018-11-08 13:45:45 -05:00
Tom Sweeney 5c13c45725 Create README.md
Initial README.md to get the repository cranking.
2018-11-08 13:32:27 -05:00