robosats/.github/pull_request_template.md

404 B

What does this PR do?

Fixes #<ISSUE_NUMBER>

This PR introduces/refactors/...

Checklist before merging

  • Install pre-commit and initialize it: pip install pre-commit, then pre-commit install. Pre-commit installs git hooks that automatically check the codebase. If pre-commit fails when you commit your changes, please fix the problems it points out.