Skip to content

Commit 9eb2245

Browse files
authored
Fix the pull request template. (#621)
1 parent 58f77ec commit 9eb2245

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Provide a description and/or bullet points to describe the changes in this PR.
66

77
- [ ] Reference issues which can be closed due to this PR with "Closes #x".
88
- [ ] Review whether the documentation needs to be updated.
9-
- [ ] Document PR in docs/changes.rst.
9+
- [ ] Document PR in docs/source/changes.md.

docs/source/changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
1010
- {pull}`617` fixes an interaction with provisional nodes and `@mark.persist`.
1111
- {pull}`618` ensures that `root_dir` of `DirectoryNode` is created before the task is
1212
executed.
13+
- {pull}`619` makes coiled an optional import for tests. Thanks to {user}`erooke`.
14+
- {pull}`620` makes tests more flexible about their location. Thanks to {user}`erooke`.
15+
- {pull}`621` fixes the pull requests template.
1316

1417
## 0.5.0 - 2024-05-26
1518

0 commit comments

Comments
 (0)