Reporting Issues and Requesting Features#

We welcome feedback from the community! If you encounter a bug or have an idea for a new feature, please open an issue on GitHub.

How to Open an Issue#

  1. Go to the EPM GitHub Issues page

  2. Click New Issue

  3. Select the appropriate template:

    • Bug Report - for unexpected behavior or errors

    • Feature Request - for new functionality

  4. Fill out the template with as much detail as possible

  5. Click Submit new issue

Tips for Good Issue Reports#

  • Be specific: Include exact error messages and steps to reproduce

  • Include context: What data folder were you using? What command did you run?

  • Attach files if helpful: Screenshots, log files, or minimal input examples

Bug Report Template#

When reporting a bug, include:

  • A clear description of the problem

  • Steps to reproduce the issue

  • Expected vs. actual behavior

  • Relevant code snippets or log output

  • Affected files (with line numbers if known)

Feature Request Template#

When requesting a feature, include:

  • A clear description of the feature

  • Why this feature is needed (what problem it solves)

  • Acceptance criteria (how we know it’s done)

  • Any additional context or examples