diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2021-03-17 10:15:44 +0100 |
---|---|---|
committer | Marcin Aman <marcin.aman@gmail.com> | 2021-03-17 10:15:44 +0100 |
commit | 7a9d5015018ae542579b058c0ad6fc209e56152c (patch) | |
tree | 5e9a6d13d1c4d4c8f0e3ef56183a51fa47143056 /.github/ISSUE_TEMPLATE/bug.md | |
parent | c99fe1954592830b571ed731532ece3cf2581270 (diff) | |
download | dokka-7a9d5015018ae542579b058c0ad6fc209e56152c.tar.gz dokka-7a9d5015018ae542579b058c0ad6fc209e56152c.tar.bz2 dokka-7a9d5015018ae542579b058c0ad6fc209e56152c.zip |
Update issues templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug.md | 11 |
1 files changed, 4 insertions, 7 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 |