Files
atrium/.github/ISSUE_TEMPLATE.md
2020-11-12 21:57:19 +01:00

1.1 KiB

Please choose the appropriate template and fill in all sections

Bug Report

Affected Version: API (fluent-en_GB, infix-en_GB): Platform (jvm, js): Extension (none, kotlin 1.3): none

How to reproduce the problem

Consider the following code snippet

expect("this dummy text").wasReplaced.withYourCode()

Describe the bug

A clear and concise description of what the bug is.

Expected behaviour

A clear and concise description of what you expected to happen.


Feature Request

Platform (all, jvm, js): all Extension (none, kotlin 1.3): none

expect(listOf(1, 2)).myDesiredFeature(...)

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.