mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-10 04:44:50 +00:00
d052fbedf1
* add issue templates * add `question.md` * fix bug.md * fix feature.md * bug.md: fix spacing
45 lines
880 B
Markdown
45 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.
|