Skip to content

Commit

Permalink
chore: update pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Oct 17, 2024
1 parent 9572fc7 commit 244ea93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 244ea93

Please sign in to comment.