Update CONTRIBUTING.md
This commit is contained in:
@@ -20,6 +20,8 @@ Good:
|
||||
```cpp
|
||||
if (a == b) {
|
||||
doStuff(a);
|
||||
} else {
|
||||
doOtherStuff(b);
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user