Files
mm/.github/pull_request_template.md
T
Zach Banks 8c62c102cf CONTRIBUTING.md (#157)
* 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
2021-05-20 21:06:30 -04:00

492 B

Before opening this PR, ensure the following:

  • ./format.sh was run to apply standard formatting.
  • make successfully 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
  • New variables & functions should follow standard naming conventions.
  • Comments and variables have correct spelling.