mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-30 03:49:29 +02:00
43 lines
923 B
Markdown
43 lines
923 B
Markdown
---
|
|
name: "Bug report"
|
|
about: Report a bug
|
|
---
|
|
|
|
<!--
|
|
Hi there! To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates.
|
|
-->
|
|
|
|
# Bug Report
|
|
|
|
## Description
|
|
|
|
<!-- A clear and concise description of the problem. -->
|
|
|
|
## Is this a regression?
|
|
|
|
<!-- Did this behavior use to work in the previous version? -->
|
|
|
|
## Minimal Reproduction
|
|
|
|
<!-- Clear steps to re-produce the issue. -->
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Your Environment
|
|
|
|
<!-- Please provide as much information as you feel comfortable to help the maintainers understand the issue better -->
|
|
|
|
## Exception or Error or Screenshot
|
|
|
|
<!-- Please provide any error messages, stack traces, or screenshots that might help -->
|
|
|
|
<pre><code>
|
|
<!-- Paste error logs here -->
|
|
</code></pre>
|
|
|
|
## Additional Context
|
|
|
|
<!-- Add any other context about the problem here. -->
|