move and config issue/pr templates

This commit is contained in:
Casper da Costa-Luis 2020-09-13 00:23:51 +01:00
parent f4b172f7ec
commit 6daa7015be
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
3 changed files with 25 additions and 7 deletions

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -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"

View File

@ -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

View File

@ -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=