Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 388 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 388 Bytes

Contributing to liner

Anyone is welcome to contribute to liner.

Before starting work on something, you should make an issue if there isn't one already, and say you will work on it.

Pull Request Checklist

  • if your branch does not merge cleanly with master, rebase your branch
  • run rustfmt on your code please
  • make sure tests pass