[doc] Add the minimal version of "Getting help"

This commit is contained in:
Andreas Dangel
2017-09-08 16:22:44 +02:00
parent d8351ee6d6
commit b99d8ec519

View File

@ -1,8 +1,26 @@
---
title: Getting Help
sidebar: pmd_sidebar
permalink: pmd_userdocs_help.html
folder: pmd/userdocs
author: Andreas Dangel <andreas.dangel@adangel.org>
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).