This repository serves as a list of standards, guides and practices we stick to for open and closed source projects at CheatCode.
We use Google's Java style guide.
We use AirBnB's JavaScript style guide (and ESLint for linting).
We use PHP-FIG's PSR-12 PHP style guide.
We use Go's own "Effective Go" guide as a style guide.
We use the standard for commits seen at https://www.conventionalcommits.org/
We use a semantic versioning system. Simply put, the software version should look like: <Major>.<Minor>.<Patch>
.