File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ For more details, read below.
29
29
## Discussion
30
30
31
31
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!
34
34
35
35
Our main forum for discussion is the project's [ GitHub issue
36
36
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
111
111
project's bug tracker. This gives them the opportunity to
112
112
consider adopting type hints directly in their codebase (which you
113
113
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** .
116
117
117
118
Make sure your changes pass the tests (the [ README] ( README.md#running-the-tests )
118
119
has more information).
You can’t perform that action at this time.
0 commit comments