diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1817a2fa..eee311d4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,4 +6,4 @@ Provide a description and/or bullet points to describe the changes in this PR. - [ ] Reference issues which can be closed due to this PR with "Closes #x". - [ ] Review whether the documentation needs to be updated. -- [ ] Document PR in docs/changes.rst. +- [ ] Document PR in docs/source/changes.md. diff --git a/docs/source/changes.md b/docs/source/changes.md index 212bcf8b..d4ce3a5d 100644 --- a/docs/source/changes.md +++ b/docs/source/changes.md @@ -10,6 +10,9 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and - {pull}`617` fixes an interaction with provisional nodes and `@mark.persist`. - {pull}`618` ensures that `root_dir` of `DirectoryNode` is created before the task is executed. +- {pull}`619` makes coiled an optional import for tests. Thanks to {user}`erooke`. +- {pull}`620` makes tests more flexible about their location. Thanks to {user}`erooke`. +- {pull}`621` fixes the pull requests template. ## 0.5.0 - 2024-05-26