Contributeコントリビュート

バグレポート

support@frontistr.orgにご連絡ください。

バグ修正

  1. GitLab の公式リポジトリから FrontISTR をフォークする
    https://gitlab.com/FrontISTR-Commons/FrontISTR
  2. フォークしたリポジトリを clone する
  3. バグ修正を行う
  4. make test コマンドによりテストする
  5. GitLab からマージリクエストを作成する

新機能開発

  1. GitLab の公式リポジトリから FrontISTR をフォークする
    https://gitlab.com/FrontISTR-Commons/FrontISTR
  2. フォークしたリポジトリを clone する
  3. 新機能開発を行う
  4. マニュアルに追記する
    https://gitlab.com/FrontISTR-Commons/FrontISTR_manual
  5. 検証を行い、サンプル入力ファイルをテストに追加する
  6. make test コマンドによりテストする
  7. GitLab からマージリクエストを作成する