From 05715c98009f3cae88a6f1210c9cb36f5fe09187 Mon Sep 17 00:00:00 2001 From: wregulski Date: Wed, 4 Oct 2023 10:19:52 +0200 Subject: [PATCH] fix: changes url to point to correct repository --- .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 ff2a272..bf9d47e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,8 +5,8 @@ # Pull Request Checklist -- [ ] 📖 I created my PR using provided : [CODE_STANDARDS](https://github.com/bitcoin-sv/go-paymail/blob/main/.github/CODE_STANDARDS.md) -- [ ] 📖 I have read the short Code of Conduct: [CODE_OF_CONDUCT](https://github.com/bitcoin-sv/go-paymail/blob/main/.github/CODE_OF_CONDUCT.md) +- [ ] 📖 I created my PR using provided : [CODE_STANDARDS](https://github.com/bitcoin-sv/go-broadcast-client/blob/main/.github/CODE_STANDARDS.md) +- [ ] 📖 I have read the short Code of Conduct: [CODE_OF_CONDUCT](https://github.com/bitcoin-sv/go-broadcast-client/blob/main/.github/CODE_OF_CONDUCT.md) - [ ] 🏠 I tested my changes locally. - [ ] ✅ I have provided tests for my changes. - [ ] 📝 I have used conventional commits.