Skip to content

Commit 3667166

Browse files
authored
Accept upstream stubs when receiving no response (#2608)
Also, don't explicitly ask for people to ask for missing packages. Closes #2573
1 parent 82c59a7 commit 3667166

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ For more details, read below.
2929
## Discussion
3030

3131
If you've run into behavior in the type checker that suggests the type
32-
stubs for a given library are incorrect or incomplete, or a library you
33-
depend on is missing type annotations, we want to hear from you!
32+
stubs for a given library are incorrect or incomplete,
33+
we want to hear from you!
3434

3535
Our main forum for discussion is the project's [GitHub issue
3636
tracker](https://github.com/python/typeshed/issues). This is the right
@@ -111,8 +111,9 @@ know and **get their permission**. Do it by opening an issue on their
111111
project's bug tracker. This gives them the opportunity to
112112
consider adopting type hints directly in their codebase (which you
113113
should prefer to external type stubs). When the project owners agree
114-
for you to submit stubs here, open a pull request **referencing the
115-
message where you received permission**.
114+
for you to submit stubs here or you do not receive a reply within
115+
one month, open a pull request **referencing the
116+
issue where you asked for permission**.
116117

117118
Make sure your changes pass the tests (the [README](README.md#running-the-tests)
118119
has more information).

0 commit comments

Comments
 (0)