Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update with PotentialBug

...

Reporting a bug in the ACME model source code

Only bugs found in code on the "master" or "maint" branches should be reported as below.  You You will need an ACME github developer account.  See the first 3 steps in Development Quick Getting Started Guide

  1. Create a new issue in https://github.com/ACME-Climate/ACME/issues
  2. In the issue title, briefly briefly describe what the bug does.  Don't use the word "bug" or "error" in the title.
  3. In the body, give more detail on the bug including files involved (if known), the output of "git describe --dirty" (for bugs on master or maint) and how to reproduce the bug.
  4. Using the "Labels" menu, add the "bug" label to the issue if the bug is in master or a maint branch.  Otherwise, use "PotentialBug".
  5. Also add a label for what component the bug appears in (atmosphere, land, ocean, etc.).
  6. Using the "Assignee" menu, assign the bug to one of the component integrators.
  7. If necessary, work with the integrator to better describe the bug or how to reproduce it.

...