From 8df153c45f4fdddef783ffb9a068f0d634bb0fd3 Mon Sep 17 00:00:00 2001 From: Evan Baker Date: Fri, 29 Mar 2024 15:04:49 -0500 Subject: [PATCH] fix: spelling in the PR template (#187) Fixed a typo and added testing in the Proof heading Signed-off-by: Evan Baker Co-authored-by: Jacques I Massa --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b9ef7ae257..487889dbad 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,7 @@ If this pull request is related to any issue, please mention it here. Additional ## Checklist -- [ ] I have read the [contributing documantation](https://retina.sh/docs/contributing). +- [ ] I have read the [contributing documentation](https://retina.sh/docs/contributing). - [ ] I signed and signed-off the commits (`git commit -S -s ...`) - [ ] I have correctly attributed the author(s) of the code. - [ ] I have tested the changes locally. @@ -16,7 +16,7 @@ If this pull request is related to any issue, please mention it here. Additional - [ ] I have updated the documentation, if necessary. - [ ] I have added tests, if applicable. -## Screenshots (if applicable) +## Screenshots (if applicable) or Testing Completed Please add any relevant screenshots or GIFs to showcase the changes made.