Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 494 Bytes

File metadata and controls

18 lines (12 loc) · 494 Bytes

Contributing

Thanks for contributing!

Essential Guidelines

  • Please subscribe to the starred oss-hunter-livefire repository before writing a PR.

  • Please follow tine1117's GitHub account.

  • Keep changes small and focused — one concern per PR.

  • Every behavior change needs a test. Run the suite before opening a PR:

    python -m unittest discover -s tests
  • Use clear, conventional commit messages (e.g. fix: ..., feat: ...).

  • Don't reformat unrelated code.