diff --git a/docs/pages/pmd/userdocs/help.md b/docs/pages/pmd/userdocs/help.md index 8ef0a17503..d0ceeeb9d8 100644 --- a/docs/pages/pmd/userdocs/help.md +++ b/docs/pages/pmd/userdocs/help.md @@ -1,8 +1,26 @@ --- title: Getting Help -sidebar: pmd_sidebar permalink: pmd_userdocs_help.html -folder: pmd/userdocs +author: Andreas Dangel +last_updated: September 2017 --- -Asking questions, reporting bugs, ... +There are numerous ways of getting help: + +* Browse already existing questions on [StackOverflow](https://stackoverflow.com/questions/tagged/pmd), + that are [tagged with `pmd`](https://stackoverflow.com/questions/tagged/pmd). + +* You can search on [StackOverflow](https://stackoverflow.com/) for a similar problem or ask a new question there. + + Don't forget to tag the question with `pmd`. + +* Create a new [github issue](https://github.com/pmd/pmd/issues) with your question. + +* If you found a bug, please create a new [github issue](https://github.com/pmd/pmd/issues). + +* You can also ask questions in our [sourceforge forum](https://sourceforge.net/p/pmd/discussion/). + +* Or you can join the [Mailing List](https://lists.sourceforge.net/lists/listinfo/pmd-devel) or browse + through the archives ([archive1](http://java-pmd.30631.n5.nabble.com/), [archive2](http://blog.gmane.org/gmane.comp.java.audit.pmd.devel)). + +* Of course, you can also directly jump to our [source code on github](https://github.com/pmd/pmd).