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 ++++------- .github/ISSUE_TEMPLATE/question.md | 4 ++-- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to '.github') 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 -- cgit