mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-20 12:24:49 +02:00
Update CONTRIBUTING.md
This commit is contained in:
parent
47ca5281fe
commit
22e87184aa
@ -141,8 +141,8 @@ In short: The easier the code review is, the better the chance your pull request
|
||||
|
||||
* ###### Good:
|
||||
```cpp
|
||||
if (foo < I_CAN_PUSH_ON_THE_RED_BUTTON)
|
||||
startThermoNuclearWar();
|
||||
if (foo == I_CAN_PUSH_ON_THE_RED_BUTTON)
|
||||
startTheNuclearWar();
|
||||
```
|
||||
|
||||
* ###### Bad:
|
||||
|
Loading…
x
Reference in New Issue
Block a user