1#### Liner is a scratch-your-own-itch project
2
3While I try my best to fix any bugs encountered in liner, I do not have
4sufficient time to implement feature requests on your behalf.
5
6If you are opening a feature request, you are implicitly volunteering to
7implement that feature. Obvious feature requests should be made via a pull
8request. Complex feature requests will be interpreted as a
9request-for-comments, and will be closed once comments are given.
10
11#### Liner must remain backwards compatible
12
13The API of Liner must not change in an incompatible way. When making
14changes to liner, please use the [Go 1 Compatibility Promise](https://golang.org/doc/go1compat)
15as a guideline.
16