mirror of
https://github.com/boolean-maybe/tiki
synced 2026-04-21 13:37:20 +00:00
44 lines
No EOL
736 B
Markdown
44 lines
No EOL
736 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a bug report to help us improve
|
|
title: ''
|
|
labels: bug, needs triage
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
# Summary
|
|
|
|
<!-- One sentence description of what the bug is. -->
|
|
|
|
|
|
# Standard debugging steps
|
|
|
|
## How to reproduce?
|
|
|
|
<!-- For example:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
-->
|
|
|
|
## Expected behavior
|
|
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
**Screenshots**:
|
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
|
|
|
## Stacktrace
|
|
|
|
<!-- If you have a stacktrace or log, paste it between the quoted lines below: -->
|
|
|
|
```
|
|
paste logs here
|
|
```
|
|
|
|
|
|
# Other details
|
|
|
|
<!-- Add any other context about the problem here. If not, leave blank. --> |