From 0f267e06e4d695088214bdfc19d6d2aa18a6a53d Mon Sep 17 00:00:00 2001 From: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:20:36 +0100 Subject: [PATCH] Fix links in pull_request_template.md --- pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).