From 732a42551fdc059a420a59373eabd57c0eb3d9ad Mon Sep 17 00:00:00 2001 From: Parag Bhatt Date: Wed, 22 Mar 2023 13:51:35 -0500 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md PR template link was based on stable doc URL. Changed PR template link to latest branch. --- .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 8a4affc80..0f9f94024 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,7 +17,7 @@ Reference associated issue numbers. Does this pull request close any issues? Add any other context about the problem here. **For the reviewer** -See [this page](https://plantcv.readthedocs.io/en/stable/pr_review_process/) for instructions on how to review the pull request. +See [this page](https://plantcv.readthedocs.io/en/latest/pr_review_process/) for instructions on how to review the pull request. - [ ] PR functionality reviewed in a Jupyter Notebook - [ ] All tests pass - [ ] Test coverage remains 100%