mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-25 21:16:41 +03:00
53 lines
914 B
Markdown
53 lines
914 B
Markdown
|
---
|
||
|
name: 🐛 Bug Report
|
||
|
about: Submit a bug report if something isn't working
|
||
|
title: "[Bug]"
|
||
|
labels: bug
|
||
|
---
|
||
|
|
||
|
## 🐛 Bug Report
|
||
|
|
||
|
<!--
|
||
|
What's the bug in Leo that you found?
|
||
|
How serious is this bug and what is affected?
|
||
|
|
||
|
To report a security issue in Leo, please email security@aleo.org.
|
||
|
-->
|
||
|
|
||
|
(Write your description here)
|
||
|
|
||
|
## Steps to Reproduce
|
||
|
|
||
|
<!--
|
||
|
How do I reproduce this issue in Leo?
|
||
|
Is there a code snippet I can use to reproduce the issue?
|
||
|
Are there error messages or stack traces that would help debug this issue?
|
||
|
-->
|
||
|
|
||
|
#### Code snippet to reproduce
|
||
|
|
||
|
```
|
||
|
# Add code here
|
||
|
```
|
||
|
|
||
|
#### Stack trace & error message
|
||
|
|
||
|
```
|
||
|
// Paste the output here
|
||
|
```
|
||
|
|
||
|
## Expected Behavior
|
||
|
|
||
|
<!--
|
||
|
What was supposed to happen in Leo?
|
||
|
What happened instead?
|
||
|
-->
|
||
|
|
||
|
(Write what you expected to happen here)
|
||
|
|
||
|
## Your Environment
|
||
|
|
||
|
- <!-- Leo Version -->
|
||
|
- <!-- Rust Version -->
|
||
|
- <!-- Computer OS -->
|