mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-23 03:59:31 +00:00
46 lines
880 B
Markdown
46 lines
880 B
Markdown
|
---
|
||
|
name: 🐞 Bug report
|
||
|
about: Create a bug report
|
||
|
title: ''
|
||
|
labels: ["C-bug"]
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
<!--
|
||
|
Notes:
|
||
|
- All these fields are optional, add as much or as little info as you like
|
||
|
- Please search to see if an issue already exists for the bug you encountered
|
||
|
-->
|
||
|
|
||
|
## Environment
|
||
|
Example:
|
||
|
- OS: Windows 11
|
||
|
- CPU: AMD Ryzen 5 5600X
|
||
|
- Memory: 16GB
|
||
|
- Storage: SSD 500GB
|
||
|
- Cuprate: v1.0.0
|
||
|
|
||
|
## Bug
|
||
|
What is the bug?
|
||
|
|
||
|
### Expected behavior
|
||
|
What correct beahvior was expected to happen?
|
||
|
|
||
|
## Steps to reproduce
|
||
|
Example:
|
||
|
1. In this environment...
|
||
|
2. With this config...
|
||
|
3. Run '...'
|
||
|
4. See error...
|
||
|
|
||
|
## Log
|
||
|
If possible, add any related logs to help explain the bug.
|
||
|
|
||
|
Note: please remove any sensitive information from the logs (e.g. IP address).
|
||
|
|
||
|
## Screenshots
|
||
|
If possible, add screenshots to help explain the bug.
|
||
|
|
||
|
Note: please remove any sensitive information from the screenshot.
|