diff options
| author | snowman2 <alansnow21@gmail.com> | 2020-01-10 07:51:14 -0600 |
|---|---|---|
| committer | snowman2 <alansnow21@gmail.com> | 2020-01-10 07:51:14 -0600 |
| commit | a4938a99199b03b41179b6fa666c3256b0e38a99 (patch) | |
| tree | 9e1575a888d4dc69ac5f97d76f91bedb731611b5 /.github | |
| parent | 948c0842a44d64b400d5ff3ea6b8d9c0fb2871ad (diff) | |
| download | PROJ-a4938a99199b03b41179b6fa666c3256b0e38a99.tar.gz PROJ-a4938a99199b03b41179b6fa666c3256b0e38a99.zip | |
add notes about PR header title
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 20efa59e..25dc9b97 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,4 +2,5 @@ - [ ] Closes #xxxx - [ ] Tests added - - [ ] Fully documented, including `NEWS`, `docs/source/news.rst` for all changes and `docs/source/*.rst` for new API
\ No newline at end of file + - [ ] Added clear title that can be used to generate release notes + - [ ] Fully documented, including updating `docs/source/*.rst` for new API
\ No newline at end of file |
