Contributing to liner

July 10, 2016 ยท View on GitHub

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