mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Clarify that 'make atomic commits' is just an advise
This commit is contained in:
parent
6466061796
commit
da5e703675
1 changed files with 2 additions and 1 deletions
|
@ -157,7 +157,8 @@ request.
|
|||
* Your commit names should be relatively descriptive, e.g. when saying
|
||||
"Fix #issueid", the commit message should also contain the title of the
|
||||
issue.
|
||||
* Try to keep your commits as atomic as possible
|
||||
* Try to keep your commits as atomic as possible (advise, but completely
|
||||
optional)
|
||||
|
||||
### Code Guidelines
|
||||
* Each mod must provide `mod.conf`.
|
||||
|
|
Loading…
Reference in a new issue