ContributeContribute

Bug Reports

Please contact us at support@frontistr.org.

Bug Fixes

  1. Fork FrontISTR from the official repository.
    git clone https://github.com/FrontISTR/FrontISTR
  2. Fix the bug.
  3. Run the tests using the make test command.
  4. Submit a pull request on GitHub.

Development of New Features

  1. Fork FrontISTR from the official repository.
    git clone https://github.com/FrontISTR/FrontISTR
  2. Develop the new feature.
  3. Update the manuals.
    https://github.com/FrontISTR/FrontISTR_manuals
  4. Validate the new feature and add sample input files to the tests.
  5. Run the tests using the make test command.
  6. Submit a pull request on GitHub.