mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-03 08:32:44 +08:00
do not require running tests locally (#5356)
This commit is contained in:
@@ -9,7 +9,10 @@ are important to the project's success.
|
||||
## The contribution process at a glance
|
||||
|
||||
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.
|
||||
2. If you want, set up your environment to be able to [run tests](README.md#running-the-tests).
|
||||
This can be useful for big pull requests or fixing specific errors, but
|
||||
usually is not needed, because the tests run automatically on GitHub Actions
|
||||
for all pull requests.
|
||||
3. [Prepare your changes](#preparing-changes):
|
||||
* Small fixes and additions can be submitted directly as pull requests,
|
||||
but [contact us](#discussion) before starting significant work.
|
||||
|
||||
Reference in New Issue
Block a user