tqdm/.github/ISSUE_TEMPLATE/bug.md

22 lines
677 B
Markdown
Raw Normal View History

2020-09-12 23:23:51 +00:00
---
2021-04-23 12:38:08 +00:00
name: Bug
about: Exceptions and visual output errors
2020-09-12 23:23:51 +00:00
---
- [ ] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ ] visual output bug
- [ ] I have visited the [source website], and in particular
read the [known issues]
- [ ] I have searched through the [issue tracker] for duplicates
- [ ] I have mentioned version numbers, operating system and
2018-05-07 13:51:06 +00:00
environment, where applicable:
```python
import tqdm, sys
print(tqdm.__version__, sys.version, sys.platform)
```
2020-09-12 23:23:51 +00:00
[source website]: https://github.com/tqdm/tqdm/
[known issues]: https://github.com/tqdm/tqdm/#faq-and-known-issues
[issue tracker]: https://github.com/tqdm/tqdm/issues?q=