1
0

4 Commits

Author SHA1 Message Date
3629f51b61 Merge pull request #6 into master
613a027 markdown: contribute: change PHP standard to PSR-12 (Aaron Fiore)
2026-01-15 11:58:04 -08:00
613a027f92 markdown: contribute: change PHP standard to PSR-12 2026-01-15 11:48:07 -08:00
593df7e92b Merge pull request #5 into master
f12b92e markdown: contribute: add to C++ style guildeline (Aaron Fiore)
2026-01-12 13:07:31 -08:00
f12b92ebd8 markdown: contribute: add to C++ style guildeline
Google's "no throw / no exceptions" rule is highly personalized (to
Google) and does not apply here.
2025-11-20 14:47:33 -08:00

View File

@@ -1,7 +1,7 @@
[//]: # (docker-finance | modern accounting for the power-user)
[//]: # ()
[//]: # (Copyright [C] 2021-2025 Aaron Fiore [Founder, Evergreen Crypto LLC])
[//]: # (Copyright [C] 2021-2026 Aaron Fiore [Founder, Evergreen Crypto LLC])
[//]: # ()
[//]: # (This program is free software: you can redistribute it and/or modify)
[//]: # (it under the terms of the GNU General Public License as published by)
@@ -80,7 +80,8 @@ Before sending a pull request:
3. As for style guidelines, these are recommended:
- [Bash](https://google.github.io/styleguide/shellguide.html)
- [C++](https://google.github.io/styleguide/cppguide.html)
- [PHP](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/ruleSets/PhpCsFixer.rst)
* Ignore their rule for [no `throw`'ing / no `exceptions`](https://google.github.io/styleguide/cppguide.html#Exceptions)
- [PHP](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/ruleSets/PSR12.rst)
4. If you can, please document the code in Doxygen style where applicable and run `doxygen gen` to see your code documentation.
Any non-code documentation should go into the [dfi-docs](https://gitea.com/EvergreenCrypto/dfi-docs) repository.