From 58ac0a0ee248b25e6ea38904509d8291efbd1b47 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Tue, 7 Nov 2023 18:46:55 +0000 Subject: [PATCH] Fix typo in PR template --- .gitea/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index 698d07e..dc57601 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -24,6 +24,6 @@ Please describe the tests that you ran to verify the changes. Provide instructio - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings -- [ ] I have added tests that provde my fix is effective or that my feature works +- [ ] I have added tests that provide my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules \ No newline at end of file