pyicloud/.github/ISSUE_TEMPLATE/BUG.md

40 lines
1.1 KiB
Markdown
Raw Normal View History

2020-03-20 11:50:20 +01:00
---
name: Report a bug with pyiCloud
2020-03-20 11:55:09 +01:00
about:
2020-03-20 11:50:20 +01:00
---
<!-- READ THIS FIRST:
- Make sure you are running the latest version of pyiCloud before reporting an issue: https://github.com/picklepete/pyicloud/releases
- Provide as many details as possible. Paste logs, configuration samples and code into the backticks.
DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed without comment.
-->
## The problem
<!--
Describe the issue you are experiencing here to communicate to the maintainers.
Tell us what you were trying to do and what happened instead.
-->
## Environment
<!--
Provide details about the versions you are using, which helps us to reproduce
and find the issue quickly.
-->
- pyiCloud release with the issue (`pip show pyicloud`):
- Last working pyiCloud release (if known):
- Service causing this issue:
- Python version (`python -V`):
- Operating environment (project deps/Docker/Windows/etc.):
## Traceback/Error logs
<!--
If you come across any trace or error logs, please provide them.
-->
```shell
```
## Additional information