错误报告
请联系 support@frontistr.org。请使用日语或英语发送邮件。
错误修复
- 从官方代码仓库 Fork FrontISTR。
git clone https://github.com/FrontISTR/FrontISTR - 修复错误。
- 使用
make test命令运行测试。 - 在 GitHub 上提交 Pull Request。
新功能开发
- 从官方代码仓库 Fork FrontISTR。
git clone https://github.com/FrontISTR/FrontISTR - 开发新功能。
- 更新手册。
https://github.com/FrontISTR/FrontISTR_manuals - 进行验证,并将示例输入文件添加到测试中。
- 使用
make test命令运行测试。 - 在 GitHub 上提交 Pull Request。