mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
CONTRIBUTING: mention not changing spelling/typoes in code
This commit is contained in:
parent
9736a0a8b9
commit
10d79d1848
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ posted to #monero-dev on irc.freenode.net).
|
||||||
|
|
||||||
Patches should be self contained. A good rule of thumb is to have
|
Patches should be self contained. A good rule of thumb is to have
|
||||||
one patch per separate issue, feature, or logical change. Also, no
|
one patch per separate issue, feature, or logical change. Also, no
|
||||||
other changes, such as random whitespace changes or reindentation.
|
other changes, such as random whitespace changes, reindentation,
|
||||||
|
or fixing typoes, spelling, or wording, unless user visible.
|
||||||
Following the code style of the particular chunk of code you're
|
Following the code style of the particular chunk of code you're
|
||||||
modifying is encouraged. Proper squashing should be done (eg, if
|
modifying is encouraged. Proper squashing should be done (eg, if
|
||||||
you're making a buggy patch, then a later patch to fix the bug,
|
you're making a buggy patch, then a later patch to fix the bug,
|
||||||
|
|
Loading…
Reference in a new issue