name: 🐞 Bug report
description: Create a report to help us reproduce and fix the bug
title: "[Bug]: "
labels: ["bug"]
body:
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: 1. I have searched existing issues. (https://gitcode.com/openHiTLS/openhitls/issues)
- label: 2. The bug exists in the latest version.
- label: 3. I understand that issues without environment info and minimal reproducible example may be closed.
validations:
required: true
- type: textarea
attributes:
label: 🐞 Bug Description
description: >
Describe the bug and provide a minimal reproducible example if possible.
placeholder: |
A clear and concise description of the bug.
```python
```
```
The error message you got, with the full traceback and the error logs.
```
validations:
required: true
- type: textarea
attributes:
label: Environment Information
description: Provide all necessary environment information (software, hardware, drivers, etc.).
placeholder: "Include software versions, hardware, drivers, and other relevant details."
validations:
required: true
- type: textarea
attributes:
label: Version Information
description: If multiple versions are involved, please provide all version numbers.
validations:
required: true
- type: textarea
attributes:
label: Additional Information
description: Any other information that helps us locate the issue.
placeholder: "Any other things you would like to mention."
- type: markdown
attributes:
value: >
Thanks for contributing 🎉!