8000 Rework README and CONTRIBUTING by srittau · Pull Request #5429 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Rework README and CONTRIBUTING #5429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
May 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove note about stubs not following the convention
  • Loading branch information
srittau committed May 12, 2021
commit d9dc26c02b438deac2760b7d5d773be40f8fdf17
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,6 @@ into any of those categories, use your best judgement.
* Use `HasX` for protocols that have readable and/or writable attributes
or getter/setter methods (e.g. `HasItems`, `HasFileno`).

*Note:* There are stubs in this repository that don't conform to the
style described above. Fixing them is a great starting point for new
contributors.

## Running the tests

The tests are automatically run on every PR and push to the repo.
Expand Down
0