Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
ion
Commits
ed8946a7
Commit
ed8946a7
authored
Aug 17, 2019
by
ngirard
Committed by
Michael Aaron Murphy
Jan 12, 2020
Browse files
docs(contributing): PR -> MR.
parent
dc1245ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
ed8946a7
...
...
@@ -34,7 +34,7 @@ integration tests.
## Test your code
Before submitting a
PR
, ensure that you've run your tests locally and that they
Before submitting a
merge request (MR) on GitLab
, ensure that you've run your tests locally and that they
pass. This can be done by running the following two commands:
```
sh
...
...
@@ -43,7 +43,7 @@ cargo +nightly test --lib && bash examples/run_examples.sh
## Format your code
In addition, format your code before submitting a
P
R. This will require that
In addition, format your code before submitting a
M
R. This will require that
you've installed the
`rustfmt`
Cargo component.
```
sh
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment