From 7a9d5015018ae542579b058c0ad6fc209e56152c Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Wed, 17 Mar 2021 10:15:44 +0100 Subject: Update issues templates --- .github/ISSUE_TEMPLATE/bug.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to '.github/ISSUE_TEMPLATE/bug.md') 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 -- cgit