Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 739 Bytes

File metadata and controls

41 lines (28 loc) · 739 Bytes

CONTRIBUTING

Thank you for your interest in iced-hs!

Toolchains

Rust

  • rustc 1.84

Haskell

  • GHC >=9.6.6
  • cabal-install >=3.14.1.1
  • fourmolu 0.18.0.0
  • cabal-gild 1.5.0.1

Code Style

We use automated formatting. Run the following command to style both rust & haskell codebases:

make style

To selectively format each codebase, you can run:

make style-hs # For Haskell

or

make style-rs # For Rust

Pull Requests

  • Make sure to open an issue and discuss the proposed changes before opening a PR. If the change is trivial you can omit this step (but explain in the PR why you think it does not warrant an issue).
  • Add a changelog entry when submitting a PR.