diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9473416d2..3f5db47d8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ ## Pull request recommendations: - [ ] Name your pull request _your-development-type/short-description_. Ex: _feature/read-tiff-files_ -- [ ] Link to any relevant issue in the PR description. Ex: _Resolves [gh-12], adds tiff file format support_ +- [ ] Link to any relevant issue in the PR description. Ex: _Resolves [gh-], adds tiff file format support_ - [ ] Provide relevant tests for your feature or bug fix. - [ ] Provide or update documentation for any feature added by your pull request.