Skip to content

Commit

Permalink
Use fixes in PR template (#3886)
Browse files Browse the repository at this point in the history
* Use `fixes` in PR template

* whatsnew
  • Loading branch information
max-sixty authored Mar 24, 2020
1 parent c707b33 commit ee3c876
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Feel free to remove check-list items aren't relevant to your change -->

- [ ] Closes #xxxx
- [ ] Fixes #xxxx
- [ ] Tests added
- [ ] Passes `isort -rc . && black . && mypy . && flake8`
- [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API
3 changes: 3 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Documentation

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


.. _whats-new.0.15.1:
Expand Down

0 comments on commit ee3c876

Please sign in to comment.