Merge branch '145-contributing-merge-request-process' into 'master'

Resolve "CONTRIBUTING - Merge Request Process"

Closes #145

See merge request World/podcasts!117
This commit is contained in:
Jordan Petridis 2019-07-29 15:49:46 +00:00
commit cf644d508d

View File

@ -96,7 +96,7 @@ Steps to reproduce:
## Merge Request Process ## Merge Request Process
1. Ensure your code compiles. Run `make` before creating the merge request. 1. Ensure your code compiles. Run `meson` & `ninja` before creating the merge request.
2. Ensure the test suit passes. Run `cargo test -- --test-threads=1`. 2. Ensure the test suit passes. Run `cargo test -- --test-threads=1`.
3. Ensure your code is properly formatted. Run `cargo fmt --all`. 3. Ensure your code is properly formatted. Run `cargo fmt --all`.
4. If you're adding new API, it must be properly documented. 4. If you're adding new API, it must be properly documented.