From a9703920bd4717f534ea1784b1336863dd7eed6f Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 23 Oct 2020 14:37:09 -0700 Subject: [PATCH] mention scala-collection-contrib in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9745016..437bd0d 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ example if you want to add a new method to an existing class, it must be added as an extension method. We are still discussing details on [issue #4](https://github.com/scala/scala-library-next/issues/4). +## What if my contribution is rejected? + +If your contribution is collections-themed, it could find a home at [scala-collection-contrib](https://github.com/scala/scala-collection-contrib), which has a much more liberal merge policy. + +You might also consider publishing your code yourself in a separate library, of course. + ## History The discussions that led to this repo being created are here: