diff --git a/docs/pages/pmd/userdocs/help.md b/docs/pages/pmd/userdocs/help.md index 8ef0a17503..61a8c3a327 100644 --- a/docs/pages/pmd/userdocs/help.md +++ b/docs/pages/pmd/userdocs/help.md @@ -1,8 +1,21 @@ --- 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: + +* Search for already existing questions on [StackOverflow](https://stackoverflow.com/). + +* If you can't find your problem, post a new question. Don't forget to tag the question with [`pmd`](https://stackoverflow.com/questions/tagged/pmd). + +* 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).