DOC: Refer to CONTRIBUTING for list valid prefixes (#686)

The list of valid prefixes is out of date. Instead of manually syncing
with the docs, I propose linking to them.
This commit is contained in:
Fernando Pérez-García 2022-11-29 21:29:52 +00:00 коммит произвёл GitHub
Родитель bdb89d0b8d
Коммит 927a2d3ae1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/pull_request_template.md поставляемый
Просмотреть файл

@ -6,7 +6,7 @@ Please make sure to follow all the tasks in the checklist below. Then, delete th
Please follow the guidelines for pull requests (PRs) in [CONTRIBUTING](/CONTRIBUTING.md). Checklist:
- Ensure that your PR is small, and implements one change
- Give your PR title one of the prefixes ENH, BUG, STYLE, DOC, DEL to indicate what type of change that is (see [CONTRIBUTING](/CONTRIBUTING.md))
- Give your PR title one of the prefixes listed in [CONTRIBUTING](../docs/source/coding_guidelines.md#pull-request-titles) to indicate what type of change that is
- Link the correct GitHub issue for tracking
- Add unit tests for all functions that you introduced or modified
- Run automatic code formatting / linting on all files ("Format Document" Shift-Alt-F in VSCode)