Better GitHub contributing integrations

Fixes #309
This commit is contained in:
Casper da Costa-Luis 2016-11-13 13:52:19 +00:00 committed by Casper da Costa-Luis
parent b479d1519b
commit 5d57e177b9
No known key found for this signature in database
GPG Key ID: D88C553DBD362CDE
5 changed files with 17 additions and 2 deletions

7
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,7 @@
- [ ] I have visited the [source website], and in particular
read the [known issues]
- [ ] I have searched through the [issue tracker] for duplicates
[source website]: https://github.com/tqdm/tqdm/
[known issues]: https://github.com/tqdm/tqdm/#help
[issue tracker]: https://github.com/tqdm/tqdm/issues?q=

8
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,8 @@
- [ ] I have visited the [source website], and in particular
read the [known issues]
- [ ] I have searched through the [issue tracker] for duplicates
- [ ] If applicable, I have mentioned the relevant/related issue(s) in this PR
[source website]: https://github.com/tqdm/tqdm/
[known issues]: https://github.com/tqdm/tqdm/#help
[issue tracker]: https://github.com/tqdm/tqdm/issues?q=

View File

@ -1,6 +1,6 @@
# Misc
include .coveragerc
include CONTRIBUTE
include .github/CONTRIBUTING.md
include LICENCE
include logo.png
# include images/logo.gif

View File

@ -683,7 +683,7 @@ All source code is hosted on `GitHub <https://github.com/tqdm/tqdm>`__.
Contributions are welcome.
See the
`CONTRIBUTE <https://raw.githubusercontent.com/tqdm/tqdm/master/CONTRIBUTE>`__
`CONTRIBUTING <https://raw.githubusercontent.com/tqdm/tqdm/master/.github/CONTRIBUTING.md>`__
file for more information.