Files
concrete/.github/ISSUE_TEMPLATE/bug_report.md
aquint-zama 3e7644d4d5 chore(issues): update bug issue template
add artifacts instructions

close #129
2021-09-03 14:24:19 +02:00

43 lines
796 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
Attach all generated artifacts here (generated in the `.artifacts` directory by default, see documentation for more detailed instructions).
<details><summary>Logs or output</summary>
<p>
```console
```
</p>
</details>