mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
37 lines
979 B
Markdown
37 lines
979 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: "[BUG] <your bug report title>"
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF Websurfx -->
|
||
|
|
||
|
**Version of Websurfx, commit number if you are using on master branch**
|
||
|
<!-- If you are running on master branch using git execute this command
|
||
|
in order to fetch the latest commit ID:
|
||
|
```
|
||
|
git log -1
|
||
|
```
|
||
|
-->
|
||
|
|
||
|
**How did you install Websurfx?**
|
||
|
<!-- Did you install Websurfx following the README ? -->
|
||
|
|
||
|
**What happened?**
|
||
|
<!-- A clear and concise description of what the bug is. -->
|
||
|
|
||
|
**Steps To Reproduce**
|
||
|
<!-- How can we reproduce this issue? (as minimally and as precisely as possible) -->
|
||
|
|
||
|
**Expected behavior**
|
||
|
<!-- A clear and concise description of what you expected to happen. -->
|
||
|
|
||
|
**Screenshots**
|
||
|
<!-- If applicable, provide screenshots to help explain your problem better. -->
|
||
|
|
||
|
**Additional context**
|
||
|
<!-- Add any other context about the problem here. -->
|