Contribute參與貢獻

錯誤回報

請聯絡 support@frontistr.org

請使用日文或英文提交錯誤回報。

錯誤修正

  1. 從官方儲存庫 Fork FrontISTR。
    git clone https://github.com/FrontISTR/FrontISTR
  2. 修正錯誤。
  3. 使用 make test 指令執行測試。
  4. 從 GitLab 頁面提交 Merge Request 或 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. 從 GitLab 頁面提交 Merge Request 或 Pull Request。