[030aeb]: / .github / ISSUE_TEMPLATE / bug_report.md

Download this file

40 lines (30 with data), 827 Bytes


name: Bug report
about: Create a report to help us improve
title: '[BUG]'
labels: ''
assignees: ''


Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

Please also provide the output of the following code:

>>> from dosma.utils.collect_env import collect_env_info
>>> print(collect_env_info())

Additional context
Add any other context about the problem here.