diff --git a/pull_request_template.md b/pull_request_template.md index de2db406..354fb9e4 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -7,9 +7,9 @@ Please add a description of the changes proposed in the pull request. - [ ] This pull request has a descriptive title. - [ ] Code is written according to the [guidelines](http://cnl.sogang.ac.kr/cnlab/lectures/programming/matlab/Richard_Johnson-MatlabStyle2_book.pdf). - [ ] The checks by [MISS_HIT style checker and - linter](./docs/CONTRIBUTING.md#miss_hit-checks), below the pull request, are + linter](https://ecoextreml.github.io/STEMMUS_SCOPE/CONTRIBUTING/#miss_hit-checks), below the pull request, are successful (green). - [ ] Documentation is available. - [ ] Add changes to the [changelog file](CHANGELOG.md) under section `Unreleased`. -- [ ] Model runs successfully, see [tests](./docs/CONTRIBUTING.md#testing-new-changes). +- [ ] Model runs successfully, see [tests](https://ecoextreml.github.io/STEMMUS_SCOPE/CONTRIBUTING/#testing-new-changes). - [ ] Ask a meinatainer to re-generate exe file if matlab codes are changed. About how to create an exe file, see [exe readme](https://github.com/EcoExtreML/STEMMUS_SCOPE/blob/main/run_model_on_snellius/exe/README.md).