Contribute参与贡献

错误报告

请联系 support@frontistr.org。错误报告请使用日语或英语。

错误修复

  1. 从 GitLab 官方仓库 Fork FrontISTR。
    https://gitlab.com/FrontISTR-Commons/FrontISTR
  2. 克隆您 Fork 后的仓库。
  3. 修复错误。
  4. 使用 make test 命令运行测试。
  5. 在 GitLab 上创建合并请求。说明和评论请使用日语或英语。

新功能开发

  1. 从 GitLab 官方仓库 Fork FrontISTR。
    https://gitlab.com/FrontISTR-Commons/FrontISTR
  2. 克隆您 Fork 后的仓库。
  3. 开发新功能。
  4. 更新使用手册。
    https://gitlab.com/FrontISTR-Commons/FrontISTR_manual
  5. 验证新功能,并向测试中添加示例输入文件。
  6. 使用 make test 命令运行测试。
  7. 在 GitLab 上创建合并请求。说明和评论请使用日语或英语。