Bug Reports
Please contact support@frontistr.org.
Bug Fixes
- Fork FrontISTR from the official GitLab repository.
https://gitlab.com/FrontISTR-Commons/FrontISTR - Clone your forked repository.
- Fix the bug.
- Run the tests using the
make testcommand. - Create a merge request on GitLab.
Development of New Features
- Fork FrontISTR from the official GitLab repository.
https://gitlab.com/FrontISTR-Commons/FrontISTR - Clone your forked repository.
- Develop the new feature.
- Update the manual.
https://gitlab.com/FrontISTR-Commons/FrontISTR_manual - Validate the new feature and add sample input files to the tests.
- Run the tests using the
make testcommand. - Create a merge request on GitLab.