2020-09-12 23:23:51 +00:00
|
|
|
---
|
|
|
|
name: Pull Request
|
|
|
|
about: Use this template for proposing change(s)
|
|
|
|
---
|
|
|
|
|
2019-10-29 11:32:00 +00:00
|
|
|
- [ ] I have marked all applicable categories:
|
|
|
|
+ [ ] exception-raising fix
|
|
|
|
+ [ ] visual output fix
|
|
|
|
+ [ ] documentation modification
|
|
|
|
+ [ ] new feature
|
|
|
|
- [ ] If applicable, I have mentioned the relevant/related issue(s)
|
|
|
|
|
|
|
|
Less important but also useful:
|
|
|
|
|
2016-11-13 13:52:19 +00:00
|
|
|
- [ ] I have visited the [source website], and in particular
|
|
|
|
read the [known issues]
|
|
|
|
- [ ] I have searched through the [issue tracker] for duplicates
|
2017-10-03 22:06:38 +00:00
|
|
|
- [ ] 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)
|
|
|
|
```
|
2016-11-13 13:52:19 +00:00
|
|
|
|
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=
|