mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
35 lines
633 B
Markdown
35 lines
633 B
Markdown
---
|
|
name: I found a problem with wger.
|
|
about: While using wger the application crashes or throws an exception, a
|
|
widget is buggy, or something looks wrong.
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Steps to Reproduce
|
|
|
|
<!-- Please include as many steps to reproduce so that we can replicate the problem. -->
|
|
|
|
1. ... <!-- describe how to reproduce the problem -->
|
|
2. ...
|
|
3. ...
|
|
|
|
**Expected results:** <!-- what did you expect to see? -->
|
|
|
|
**Actual results:** <!-- what did you see? -->
|
|
|
|
<details>
|
|
<summary>Logs</summary>
|
|
|
|
<!--
|
|
Any logs you think would be useful (if you have a local instance)
|
|
-->
|
|
|
|
```bash
|
|
```
|
|
|
|
|
|
</details>
|