-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Bug | ||
about: Exceptions and visual output errors | ||
--- | ||
|
||
- [ ] 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 | ||
environment, where applicable: | ||
```python | ||
import tqdm, sys | ||
print(tqdm.__version__, sys.version, sys.platform) | ||
``` | ||
|
||
[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= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
.github/ISSUE_TEMPLATE/issue.md → .github/ISSUE_TEMPLATE/enhancement.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters