Improve contribution guide
This commit is contained in:
parent
74522b015e
commit
c93911958a
1 changed files with 4 additions and 3 deletions
|
@ -9,9 +9,9 @@ To get started, you can look for [issues with the "help wanted" label](https://g
|
||||||
|
|
||||||
Before submitting a PR, you should follow these steps to prevent redundant churn or CI failures:
|
Before submitting a PR, you should follow these steps to prevent redundant churn or CI failures:
|
||||||
|
|
||||||
[ ] Ensure proper formatting
|
- [ ] Ensure proper formatting
|
||||||
[ ] Run all tests
|
- [ ] Run all tests
|
||||||
[ ] Update the CHANGELOG
|
- [ ] Update the CHANGELOG
|
||||||
|
|
||||||
### Ensure proper formatting
|
### Ensure proper formatting
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@ you can use [cargo-make](https://github.com/sagiegurari/cargo-make).
|
||||||
|
|
||||||
1. Install cargo-make with `cargo install cargo-make`
|
1. Install cargo-make with `cargo install cargo-make`
|
||||||
2. Run `cargo make ci-flow` in the root directory
|
2. Run `cargo make ci-flow` in the root directory
|
||||||
|
(You can do `rustup run nightly cargo make ci-flow` to run all tests when developing on stable)
|
||||||
|
|
||||||
### Update the CHANGELOG
|
### Update the CHANGELOG
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue