walletpress/.github/pull_request_template.md
Rug Munch Media LLC b92ae0efaa
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / security (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / license (push) Waiting to run
CI / ai-review (push) Waiting to run
feat(walletpress): commit all uncommitted work
- backend/routers/chain_vault.py updated (god router split)
- .github/ CI workflows
- Makefile, commitlint.config.js
- scripts/ infrastructure
- walletpress-mcp/ MCP wrapper
- .secretsallow for scanner false positives
2026-07-01 17:19:14 +07:00

794 B

Description

Type of Change

  • feat: new feature
  • fix: bug fix
  • docs: documentation
  • refactor: code restructuring
  • test: test addition/fix
  • chore: maintenance
  • security: security fix

How Has This Been Tested?

Checklist

  • My code follows the project style (ruff/mypy pass)
  • I have added tests that prove my fix/feature works
  • All existing tests pass (make test)
  • No new lint warnings (make lint)
  • No security issues (make security)
  • I have read the pre-commit hallucination check output
  • This PR has a conventional commit message

Screenshots (if applicable)