mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 06:36:54 +08:00
Add a "pull requests welcome" batch (#3033)
We get quite a few bug reports where after a maintainer writes "Pull Requests Welcome" we get a PR by the submitter. Maybe this badge will help a bit to encourage people directly submit PRs, reducing maintainer workload.
This commit is contained in:
committed by
Jelle Zijlstra
parent
d6e2b02f72
commit
0e5b3770f8
@@ -11,7 +11,8 @@ are important to the project's success.
|
||||
1. Read the [README.md file](README.md).
|
||||
2. Set up your environment to be able to [run all tests](README.md#running-the-tests). They should pass.
|
||||
3. [Prepare your changes](#preparing-changes):
|
||||
* [Contact us](#discussion) before starting significant work.
|
||||
* Small fixes and additions can be submitted directly as pull requests,
|
||||
but [contact us](#discussion) before starting significant work.
|
||||
* IMPORTANT: For new libraries, [get permission from the library owner first](#adding-a-new-library).
|
||||
* Create your stubs [conforming to the coding style](#stub-file-coding-style).
|
||||
* Make sure your tests pass cleanly on `mypy`, `pytype`, and `flake8`.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
[](https://travis-ci.org/python/typeshed)
|
||||
[](https://gitter.im/python/typing?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://github.com/python/typeshed/blob/master/CONTRIBUTING.md)
|
||||
|
||||
## About
|
||||
|
||||
|
||||
Reference in New Issue
Block a user