From f355ef1ead473b8ceff06af06482c6f11afa710e Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Tue, 19 Oct 2021 08:53:29 -0700 Subject: [PATCH] Replace actual issue in PR template with example issue --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.