Bug Reports
Please contact us at support@frontistr.org.
Bug Fixes
- Fork FrontISTR from the official repository.
git clone https://github.com/FrontISTR/FrontISTR - Fix the bug.
- Run the tests using the
make testcommand. - Submit a pull request on GitHub.
Development of New Features
- Fork FrontISTR from the official repository.
git clone https://github.com/FrontISTR/FrontISTR - Develop the new feature.
- Update the manuals.
https://github.com/FrontISTR/FrontISTR_manuals - Validate the new feature and add sample input files to the tests.
- Run the tests using the
make testcommand. - Submit a pull request on GitHub.