56 lines
2.0 KiB
YAML
56 lines
2.0 KiB
YAML
name: 🐞 Bug report
|
|
description: Create a report to help us reproduce and fix the bug
|
|
title: "[Bug] "
|
|
labels: ['Bug']
|
|
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checklist
|
|
options:
|
|
- label: I have searched related issues but cannot get the expected help.
|
|
- label: 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but cannot get the expected help.
|
|
- label: 3. The bug has not been fixed in the latest version.
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Reproduction
|
|
description: |
|
|
1. What command or script did you run?
|
|
|
|
2. Did you make any modifications on the code or config? Did you understand what you have modified?
|
|
placeholder: |
|
|
A placeholder for the command.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Environment
|
|
description: |
|
|
1. Please run `python tools/check_env.py` to collect necessary environment information and paste it here.
|
|
2. You may add addition that may be helpful for locating the problem, such as
|
|
- How you installed PyTorch \[e.g., pip, conda, source\]
|
|
- Other environment variables that may be related (such as `$PATH`, `$LD_LIBRARY_PATH`, `$PYTHONPATH`, etc.)
|
|
placeholder: Environment here.
|
|
render: Shell
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Error traceback
|
|
description: |
|
|
If applicable, paste the error trackback here.
|
|
placeholder: Logs and traceback here.
|
|
render: Shell
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!
|
|
|
|
Thanks for your bug report. We appreciate it a lot.
|