24 lines
564 B
Markdown
24 lines
564 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
*YOUR BUG DESCRIPTION HERE*
|
|
|
|
If relevant, specify:
|
|
* OS: _(Choose one: Linux/Mac/Win)_
|
|
* Kobweb libs version: _(from your `gradle/libs.version.toml` file)_
|
|
* Kobweb CLI version: _(run `kobweb version`)_
|
|
|
|
---
|
|
|
|
To ensure this bug gets triaged / prioritized quickly, please...
|
|
|
|
* describe the bug as clearly as possible
|
|
* provide repro steps and, if possible, link to a project or code that demonstrates the problem
|
|
* explain what behavior you expect to happen.
|