fix PR template typo (#1648)

Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
Oleksandr Levchenkov 2024-05-13 13:55:48 +03:00 committed by GitHub
parent dd5f9afe89
commit 06df723ceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ Resolves #
### Go checklist
<-- If your PR contains Go code, please make sure you check off all items on this list: -->
<!-- If your PR contains Go code, please make sure you check off all items on this list: -->
- [ ] I have run golangci-lint on my change and receive no errors relevant to my code.
- [ ] I have run existing tests to ensure my code doesn't break anything.