diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 241259e30..33b65a984 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -16,6 +16,8 @@ This project and everyone participating in it is governed by Atrium's By participating, you are expected to uphold this code. Please report unacceptable behavior to info@tutteli.ch ## How to Contribute +- Star Atrium if you like it. + - Need help in using Atrium? Write your question on [slack](https://kotlinlang.slack.com/messages/C887ZKGCQ) diff --git a/README.md b/README.md index b8085add2..38a53c2b0 100644 --- a/README.md +++ b/README.md @@ -429,8 +429,9 @@ Since we have chosen the `only` option, Atrium shows us a summary where we see t - Whether the expected size was correct or not (`✘ ▶ size:` was `4`, we expected it, `to be: 2` -- see also [Property Assertions](#property-assertions)) - and last but not least, mismatches or additional entries as further clue (`❗❗ additional entries detected`). -:heart_eyes: I am pretty sure you are going to love this feature as well --- in case you are dealing with large `Iterable` and do not want such a verbose output, +:heart_eyes: I am pretty sure you are going to love this feature as well. +Please star Atrium if you like using it. +As side notice, in case you are dealing with large `Iterable` and do not want such a verbose output, then let me know it by [writing a feature request](https://github.com/robstoll/atrium/issues/new?title=[Feature]). Also notice, that Atrium cannot yet deal with infinite `Iterable`s. @@ -866,6 +867,7 @@ for more information and to see how the API styles differ. # Contribute You are very welcome to contribute: +- star Atrium if you like it - [open an issue](https://github.com/robstoll/atrium/issues/new) or [create a feature request](https://github.com/robstoll/atrium/issues/new?title=[Feature]) - [ask a question](https://kotlinlang.slack.com/messages/C887ZKGCQ) so that I better understand where Atrium needs to improve.