You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/Contributing/PRs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This guide assumes that you have [forked our repo](https://help.github.com/en/gi
6
6
7
7
### Check that your code is really ready
8
8
9
-
* You should run a quick `cargo fmt` in all the crates where you've made changes and run `cargo test`and `cargo make ci-flow`to double check that your changes didn't break functionality.
9
+
* You should run a quick `cargo fmt` in all the crates where you've made changes and run `cargo test` to double check that your changes didn't break functionality.
10
10
* Check the output when you run a `git diff upstream/master`. Do you see any changes you don't actually want to submit? Did you alter any code for testing purposes that shouldn't actually be part of the PR? If so, you should undo these changes.
0 commit comments