mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-05 18:45:01 +01:00
18 lines
390 B
Markdown
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
|
|
```
|