Skip to content
Snippets Groups Projects
Verified Commit de1dd3aa authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

fix PR

parent d491fc42
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* `pull` before `push` * `pull` before `push`
* Work on your <font color="red">own</font> branch (in your own fork), and **not** on `master` and **not** on `develop` * Work on your <font color="red">own</font> branch (in your own fork), and **not** on `master` and **not** on `develop`
* Do **not push** to `master`, but **submit a Merge Request (MR)** * Do **not push** to `master`, but **submit a Pull Request (PR)**
* Get your code **reviewed** by your peers (submit a MR!) * Get your code **reviewed** by your peers (submit a PR!)
* Submit a MR **often**! * Submit a PR **often**!
* `clone` a repository, do not download the `.zip` file. * `clone` a repository, do not download the `.zip` file.
* Do **not** combine `git` commands * Do **not** combine `git` commands
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment