错误报告
请联系 support@frontistr.org。错误报告请使用日语或英语。
错误修复
- 从 GitLab 官方仓库 Fork FrontISTR。
https://gitlab.com/FrontISTR-Commons/FrontISTR - 克隆您 Fork 后的仓库。
- 修复错误。
- 使用
make test命令运行测试。 - 在 GitLab 上创建合并请求。说明和评论请使用日语或英语。
新功能开发
- 从 GitLab 官方仓库 Fork FrontISTR。
https://gitlab.com/FrontISTR-Commons/FrontISTR - 克隆您 Fork 后的仓库。
- 开发新功能。
- 更新使用手册。
https://gitlab.com/FrontISTR-Commons/FrontISTR_manual - 验证新功能,并向测试中添加示例输入文件。
- 使用
make test命令运行测试。 - 在 GitLab 上创建合并请求。说明和评论请使用日语或英语。