Skip to content

Commit c939119

Browse files
andy128ktheduke
authored and
theduke
committed
Improve contribution guide
1 parent 74522b0 commit c939119

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ To get started, you can look for [issues with the "help wanted" label](https://g
99

1010
Before submitting a PR, you should follow these steps to prevent redundant churn or CI failures:
1111

12-
[ ] Ensure proper formatting
13-
[ ] Run all tests
14-
[ ] Update the CHANGELOG
12+
- [ ] Ensure proper formatting
13+
- [ ] Run all tests
14+
- [ ] Update the CHANGELOG
1515

1616
### Ensure proper formatting
1717

@@ -29,6 +29,7 @@ you can use [cargo-make](https://github.com/sagiegurari/cargo-make).
2929

3030
1. Install cargo-make with `cargo install cargo-make`
3131
2. Run `cargo make ci-flow` in the root directory
32+
(You can do `rustup run nightly cargo make ci-flow` to run all tests when developing on stable)
3233

3334
### Update the CHANGELOG
3435

0 commit comments

Comments
 (0)