-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
JUnit is maintained by a team of passionate volunteers. Let our users know how to take a chance to give back and support the project -- besides contributing here at GitHub.
Such a message could read as simple as and point to https://steadyhq.com/junit
Thanks for using JUnit 5 -- support its development at https://steadyhq.com/junit
Gradle does something similar: https://travis-ci.org/junit-team/junit5/jobs/485515552#L463-L469
Deliverables
- Decide if we want it
- Decide where we want the message to be emitted
- For example, the JUnit Platform
ConsoleLauncher
could print such a message - Decide when and how often the message is displayed: once per version, on each run, after failures are detected...