mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-25 21:19:22 +00:00
f6c4e4e9a8
Some checks are pending
Audit / audit (push) Waiting to run
CI / fmt (push) Waiting to run
CI / typo (push) Waiting to run
CI / ci (macos-latest, stable, bash) (push) Waiting to run
CI / ci (ubuntu-latest, stable, bash) (push) Waiting to run
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Waiting to run
Deny / audit (push) Waiting to run
* add `tracking_issue.md` * fix `{bug,proposal}.md` * format `tracking_issue.md`
45 lines
879 B
Markdown
45 lines
879 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.
|