mirror of https://github.com/tqdm/tqdm.git
move and config issue/pr templates
This commit is contained in:
parent
f4b172f7ec
commit
6daa7015be
|
@ -0,0 +1,8 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: "FAQs and Known Issues"
|
||||
url: https://github.com/tqdm/tqdm/#faq-and-known-issues
|
||||
about: "Frequently asked questions and known issues"
|
||||
- name: "StackOverflow#tqdm"
|
||||
url: https://stackoverflow.com/questions/tagged/tqdm
|
||||
about: "Stack Overflow questions tagged #tqdm"
|
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
name: Issue
|
||||
about: Use this template for reporting issue(s)
|
||||
---
|
||||
|
||||
- [ ] I have marked all applicable categories:
|
||||
+ [ ] exception-raising bug
|
||||
+ [ ] visual output bug
|
||||
|
@ -13,7 +18,7 @@
|
|||
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=
|
||||
[StackOverflow#tqdm]: https://stackoverflow.com/questions/tagged/tqdm
|
||||
[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=
|
||||
[StackOverflow#tqdm]: https://stackoverflow.com/questions/tagged/tqdm
|
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
name: Pull Request
|
||||
about: Use this template for proposing change(s)
|
||||
---
|
||||
|
||||
- [ ] I have marked all applicable categories:
|
||||
+ [ ] exception-raising fix
|
||||
+ [ ] visual output fix
|
||||
|
@ -17,6 +22,6 @@ Less important but also useful:
|
|||
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=
|
||||
[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=
|
Loading…
Reference in New Issue