Skip to content

Commit ee3c876

Browse files
authored
Use fixes in PR template (#3886)
* Use `fixes` in PR template * whatsnew
1 parent c707b33 commit ee3c876

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
@@ -1,6 +1,6 @@
11
<!-- Feel free to remove check-list items aren't relevant to your change -->
22

3-
- [ ] Closes #xxxx
3+
- [ ] Fixes #xxxx
44
- [ ] Tests added
55
- [ ] Passes `isort -rc . && black . && mypy . && flake8`
66
- [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API

doc/whats-new.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Documentation
3636

3737
Internal Changes
3838
~~~~~~~~~~~~~~~~
39+
- Use ``Fixes`` rather than ``Closes`` in GitHub Pull Request template, allowing
40+
linking to issues.
41+
By `Maximilian Roos <https://github.com/max-sixty>`_
3942

4043

4144
.. _whats-new.0.15.1:

0 commit comments

Comments
 (0)