Skip to content

Commit 1ea7ddd

Browse files
committed
Add compatibility note to CONTRIBUTING
Closes #72
1 parent 82a939e commit 1ea7ddd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ If you are opening a feature request, you are implicitly volunteering to
77
implement that feature. Obvious feature requests should be made via a pull
88
request. Complex feature requests will be interpreted as a
99
request-for-comments, and will be closed once comments are given.
10+
11+
#### Liner must remain backwards compatible
12+
13+
The API of Liner must not change in an incompatible way. When making
14+
changes to liner, please use the [Go 1 Compatibility Promise](https://golang.org/doc/go1compat)
15+
as a guideline.

0 commit comments

Comments
 (0)