Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 882 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 882 Bytes

Contributing

Contributions are truly welcomed! Here are some good (common) ways to get started:

  • GitHub Discussions: Currently the best way to chat around.
  • GitHub Issues: Bugs! Fixes! PRs!.

Apart from these:

  • It might be the best to start from the Contributing Wiki page.
  • If you are truly an enthusiast, you may check out our Roadmap, pick up what you are interested, and create the corresponding PR!

Style Guide

If you are still interested: carefree-drawboard 🎨 adopted black and mypy to stylize its codes, so you may need to check the format, coding style and type hint with them before your codes could actually be merged.