Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 533 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 533 Bytes

Contributing

Contributions to Atsume are welcome and encouraged! This doc needs some more work but in general, feel free to ask pmdevita for help, you can find him in the Hikari Discord.

Guidelines

  • mypy --strict needs to pass so make sure you are using type hints
  • Formatting should be in PEP8. Both typing and formatting can be checked and fixed with poetry run nox
  • Commit messages should follow the Angular commit message guidelines