Thanks for contributing!
-
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.