aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPasha Finkelshteyn <pavel.finkelshtein@gmail.com>2023-11-05 11:22:13 +0100
committerGitHub <noreply@github.com>2023-11-05 11:22:13 +0100
commita2ca31a7e86ee540f0aeb45cea911387e427f327 (patch)
tree4c707944dd0b0de1a221dbce909e70f1d1773ab1
parent3da12ed4a795d8fdcfb8932f7e1d02566b47a4f1 (diff)
downloadjacoco-a2ca31a7e86ee540f0aeb45cea911387e427f327.tar.gz
Add common use cases of questions/problems to README (#1526)
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index d2886deb..37ea54b7 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@ JaCoCo Java Code Coverage Library
[![Maven Central](https://img.shields.io/maven-central/v/org.jacoco/jacoco.svg)](http://search.maven.org/#search|ga|1|g%3Aorg.jacoco)
JaCoCo is a free Java code coverage library distributed under the Eclipse Public
-License. Check the [project homepage](http://www.jacoco.org/jacoco)
-for downloads, documentation and feedback.
+License.
-Please use our [mailing list](https://groups.google.com/forum/?fromgroups=#!forum/jacoco)
-for questions regarding JaCoCo which are not already covered by the
-[extensive documentation](http://www.jacoco.org/jacoco/trunk/doc/).
+## Starting Points
-Note: We do not answer general questions in the project's issue tracker. Please use our [mailing list](https://groups.google.com/forum/?fromgroups=#!forum/jacoco) for this.
--------------------------------------------------------------------------
+* I want to use JaCoCo → [Download](https://www.jacoco.org/jacoco/), [Maven](https://www.jacoco.org/jacoco/trunk/doc/maven.html), [Ant](https://www.jacoco.org/jacoco/trunk/doc/ant.html), [CLI](https://www.jacoco.org/jacoco/trunk/doc/cli.html), [Other](https://www.jacoco.org/jacoco/trunk/doc/integrations.html)
+* I want to know how JaCoCo works → [Documentation](http://www.jacoco.org/jacoco/trunk/doc/)
+* I have a question → [FAQ](http://www.jacoco.org/jacoco/trunk/doc/faq.html), [Documentation](http://www.jacoco.org/jacoco/trunk/doc/), [User Forum](https://groups.google.com/forum/?fromgroups=#!forum/jacoco)
+* I found a bug → [Bug Report](https://github.com/jacoco/jacoco/issues/new/choose)
+* I have an idea → [User Forum](https://groups.google.com/forum/?fromgroups=#!forum/jacoco), [Feature Request](https://github.com/jacoco/jacoco/issues/new/choose)