summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2022-03-30 20:29:12 -0600
committerBen Johnson <benbjohnson@yahoo.com>2022-03-30 20:29:12 -0600
commitbc306ef42b1a92e9320390225f10efddc5146345 (patch)
tree7801307f27c4b7ddeecf36825ffd9c49147b05ce
parent63cdbc7891a25e378d17ccb21979d042710a452d (diff)
Add contribution policy
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ab1ae5d..842961e 100644
--- a/README.md
+++ b/README.md
@@ -45,3 +45,13 @@ enable the `vtable` tag when building:
$ go install -tags vtable ./cmd/postlite
```
+
+## Contribution Policy
+
+Postlite is open to code contributions for bug fixes & documentation fixes only.
+Features carry a long-term maintenance burden so they will not be accepted at
+this time. Please [submit an issue][new-issue] if you have a feature you'd like
+to request.
+
+[new-issue]: https://github.com/benbjohnson/postlite/issues/new
+