31 lines
651 B
Markdown
31 lines
651 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
---
|
|
name: 'Bug Report (English)'
|
|
about: Report a bug encountered while using or reproducing the Wall-X model
|
|
title: '[Bug] '
|
|
labels: 'bug, needs-triage'
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Run command '....'
|
|
3. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Logs & Screenshots**
|
|
If applicable, add the complete error message (traceback) and screenshots to help explain your problem.
|