Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 563 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 563 Bytes

How to contribute ?

Preferably in issues or README (next step), submit a PR or Issue to engage discussions.

IntelliJ

Open in intellij with Rust plugin

  • Go to: Languages and Framework => Rust => Rustfmt
    • choose nightly channel
    • tick
      • Use rustfmt instead of ...
      • Run rustfmt on Save
  • Go to: Languages and Framework => Rust => External linters
    • Enable Cargo check or Cargo clippy
    • Tick the checkbox to allow running external Linter

Other tools

Make sure that cargo fmt and cargo clippy is ran before pushing.