From 244ea933b5a1595df1a5530dbcfd511eaddf3779 Mon Sep 17 00:00:00 2001 From: SIDANWhatever Date: Thu, 17 Oct 2024 17:38:33 +0800 Subject: [PATCH] chore: update pr template --- .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 7b97f79c..18f9cdbd 100644 --- a/.github/pull_request.template.md +++ b/.github/pull_request.template.md @@ -45,8 +45,8 @@ Remember to follow our [Contributing Guide](CONTRIBUTING.md) before submitting y - [ ] My code is appropriately commented and includes relevant documentation, if necessary - [ ] I have added tests to cover my changes, if necessary - [ ] I have updated the documentation, if necessary -- [ ] All new and existing tests pass -- [ ] Both rust and wasm build pass +- [ ] All new and existing tests pass (i.e. `npm run test`) +- [ ] The build is pass (i.e. `npm run build`) ## Additional Information