1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00
Files
atomic/CONTRIBUTING.md
Colin Walters 7eb2f72867 CONTRIBUTING.md: New file
Closes: #278

Closes: #337
Approved by: cgwalters
2016-04-07 14:45:39 +00:00

18 lines
390 B
Markdown

Submitting patches
------------------
Submit a pull request against <https://github.com/projectatomic/atomic>.
Please look at "git log" and match the commit log style.
Running the test suite
----------------------
For builds you can use an unprivileged user, but because the `atomic`
command uses Docker, you will need to use `sudo` to run the test
suite, i.e.:
```
sudo make test
```