ContributeContribute

Bug Reports

Please contact support@frontistr.org.

Bug Fixes

  1. Fork FrontISTR from the official GitLab repository.
    https://gitlab.com/FrontISTR-Commons/FrontISTR
  2. Clone your forked repository.
  3. Fix the bug.
  4. Run the tests using the make test command.
  5. Create a merge request on GitLab.

Development of New Features

  1. Fork FrontISTR from the official GitLab repository.
    https://gitlab.com/FrontISTR-Commons/FrontISTR
  2. Clone your forked repository.
  3. Develop the new feature.
  4. Update the manual.
    https://gitlab.com/FrontISTR-Commons/FrontISTR_manual
  5. Validate the new feature and add sample input files to the tests.
  6. Run the tests using the make test command.
  7. Create a merge request on GitLab.