rpm-ostree/docs/CONTRIBUTING.md

29 lines
637 B
Markdown
Raw Normal View History

2020-09-30 19:00:42 +03:00
---
nav_order: 9
---
2020-09-30 19:00:42 +03:00
# Contributing
{: .no_toc }
1. TOC
{:toc}
## Submitting patches
Submit a pull request against [coreos/rpm-ostree][rpm-ostree].
Please look at `git log` and match the commit log style.
2020-09-30 19:00:42 +03:00
## Running the test suite
There is `make check` as well as `make vmcheck`. See also what the
[Jenkinsfile][jenkinsfile] file does.
2020-09-30 19:00:42 +03:00
## Coding style
2020-09-30 19:00:42 +03:00
See the [OSTree CONTRIBUTING][contributing] coding style.
2020-09-30 19:00:42 +03:00
[rpm-ostree]: https://github.com/coreos/rpm-ostree
[jenkinsfile]: https://github.com/coreos/rpm-ostree/blob/master/.cci.jenkinsfile
[contributing]: https://github.com/ostreedev/ostree/blob/master/docs/CONTRIBUTING.md