参与贡献参与贡献

错误报告

请联系 support@frontistr.org。请使用日语或英语发送邮件。

错误修复

  1. 从官方代码仓库 Fork FrontISTR。
    git clone https://github.com/FrontISTR/FrontISTR
  2. 修复错误。
  3. 使用 make test 命令运行测试。
  4. 在 GitHub 上提交 Pull Request。

新功能开发

  1. 从官方代码仓库 Fork FrontISTR。
    git clone https://github.com/FrontISTR/FrontISTR
  2. 开发新功能。
  3. 更新手册。
    https://github.com/FrontISTR/FrontISTR_manuals
  4. 进行验证,并将示例输入文件添加到测试中。
  5. 使用 make test 命令运行测试。
  6. 在 GitHub 上提交 Pull Request。