Browse Source

Update CONTRIBUTING.md

pull/9607/head
Don HO 4 years ago committed by GitHub
parent
commit
22e87184aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CONTRIBUTING.md

4
CONTRIBUTING.md

@ -141,8 +141,8 @@ In short: The easier the code review is, the better the chance your pull request
* ###### Good: * ###### Good:
```cpp ```cpp
if (foo < I_CAN_PUSH_ON_THE_RED_BUTTON) if (foo == I_CAN_PUSH_ON_THE_RED_BUTTON)
startThermoNuclearWar(); startTheNuclearWar();
``` ```
* ###### Bad: * ###### Bad:

Loading…
Cancel
Save