From 35f3dcf7bfe321d92eb7d55a039fc139ef22097a Mon Sep 17 00:00:00 2001 From: Tom Daffurn Date: Tue, 9 Jul 2024 02:17:49 +1000 Subject: [PATCH] Add all web5 language SDKs to the PR template (#160) --- .github/pull_request_template.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8fcf8c6..34afb9e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,8 +2,10 @@ Make sure that if you are updating a test vector that you test in the following repos before merging! -https://github.com/TBD54566975/web5-js -https://github.com/TBD54566975/web5-kt -https://github.com/TBD54566975/web5-swift +- [ ] https://github.com/TBD54566975/web5-go +- [ ] https://github.com/TBD54566975/web5-js +- [ ] https://github.com/TBD54566975/web5-kt +- [ ] https://github.com/TBD54566975/web5-swift +- [ ] https://github.com/TBD54566975/web5-dart Clone each repo locally, make sure that each web5-spec submodule is pointed to your branch, and then run tests to make sure it is still passing in all repos! \ No newline at end of file