diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug.md | 11 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/question.md | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 11d748b5..2f3e4478 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -22,17 +22,14 @@ Steps to reproduce the behavior, ideally with an example project **Dokka configuration** Configuration of dokka used to reproduce the bug -```groovy -dokka { - outputFormat = 'html' - ... -} +```Kotlin + ``` **Installation** - Operating system: macOS/Windows/Linux -- Build tool: Gradle v5.6.0/Maven/Cli/3rd party plugin -- Dokka version: 0.10.0 +- Build tool: Gradle v6.8.0/Maven/Cli/3rd party plugin +- Dokka version: 1.4.30 **Additional context** Add any other context about the problem here diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 6a3e22ff..49b60860 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -15,8 +15,8 @@ If applicable, add screenshots to help explain your problem **Installation** - Operating system: macOS/Windows/Linux -- Build tool: Gradle v5.6.0/Maven/Cli/3rd party plugin -- Dokka version: 0.10.0 +- Build tool: Gradle v6.8.0/Maven/Cli/3rd party plugin +- Dokka version: 1.4.30 **Additional context** Add any other context about the problem here |