-
Notifications
You must be signed in to change notification settings - Fork 25
MARBL code guidelines
Michael Levy edited this page Apr 10, 2018
·
7 revisions
- Fork the NCAR/MARBL repository (github will keep it private)
- Do all of your work on a branch in your own repository
- Submit a pull request back to master on NCAR/MARBL
-
Before making a new FIXME comment, make sure an issue ticket for the problem you want to address exists (or create a new ticket)
-
Include this ticket number in the FIXME comment
! FIXME #00: Make sure it is easy to figure out what issue ticket ! a FIXME in the code refers to
-
Before closing an issue, grep for the issue number to make sure you cleaned up all instances of the problem.