Files
concrete/.github/ISSUE_TEMPLATE/bug_report.md
2021-07-15 10:55:22 +02:00

49 lines
851 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: Bug report
about: Create a reproducible bug report.
labels: bug, triage
---
## Summary
What happened/what you expected to happen?
## Description
- versions affected:
- python version:
- config (optional: HW, OS):
- workaround (optional): if youve a way to workaround the issue
- proposed fix (optional): if youve a way to fix the issue
Step by step procedure someone should follow to trigger the bug:
<details><summary>minimal POC to trigger the bug</summary>
<p>
```python
print("Minimal POC to reproduce the bug")
```
</p>
</details>
## Artifacts
Generate a compiler report (see documentation) and attach all generated artifacts here:
- bounds.txt
- cryptographic_parameters.txt
- ir_nodes.txt
- optimizations_applied.txt
- target_nodes.txt
<details><summary>Logs or output</summary>
<p>
```console
```
</p>
</details>