Skip to content

Commit 9087ac4

Browse files
authored
Merge pull request #4157 from nicoddemus/fix-pr-template-link
Use full link to changelog's README in PR template
2 parents 093e19a + 9e867ce commit 9087ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Thanks for submitting a PR, your contribution is really appreciated!
33
Here's a quick checklist that should be present in PRs (you can delete this text from the final description, this is
44
just a guideline):
55

6-
- [ ] Create a new changelog file in the `changelog` folder, with a name like `<ISSUE NUMBER>.<TYPE>.rst`. See [changelog/README.rst](/changelog/README.rst) for details.
6+
- [ ] Create a new changelog file in the `changelog` folder, with a name like `<ISSUE NUMBER>.<TYPE>.rst`. See [changelog/README.rst](https://github.com/pytest-dev/pytest/blob/master/changelog/README.rst) for details.
77
- [ ] Target the `master` branch for bug fixes, documentation updates and trivial changes.
88
- [ ] Target the `features` branch for new features and removals/deprecations.
99
- [ ] Include documentation when adding new features.

0 commit comments

Comments
 (0)