mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
8c62c102cf
* Draft CONTRIBUTING.md * Expand PR process; mention KZ * More TODO * Add notes about documenting * Address (most) PR comments * Finish responding to PR comments; add PR template * Fix grammar * Add missing periods. More actor examples. Remove ref to booleans * Add note about `NON_EQUIVALENT`; bold asset warning * Condense PR template * PR feedback from Kenix; Condense PR template * Incorporate Thar0's feedback
492 B
492 B
Before opening this PR, ensure the following:
./format.shwas run to apply standard formatting.makesuccessfully builds a matching ROM.- No new compiler warnings were introduced during the build process.
- Can be verified locally by running
tools/warnings_count/check_new_warnings.sh
- Can be verified locally by running
- New variables & functions should follow standard naming conventions.
- Comments and variables have correct spelling.