diff options
| author | sbtries <sarahbtracy17@gmail.com> | 2020-02-10 11:41:37 -0800 |
|---|---|---|
| committer | sbtries <sarahbtracy17@gmail.com> | 2020-02-10 11:41:37 -0800 |
| commit | 832b4e422323cdd3bba8d42ca6df30ddd5b9c65c (patch) | |
| tree | cc0c3220905ef39a4ca6e8af3d67baa6a12d8f24 | |
| parent | a95aaff808b471e902ea52ee2fcd300502e37677 (diff) | |
| download | isort-832b4e422323cdd3bba8d42ca6df30ddd5b9c65c.tar.gz | |
updated contributing steps to include tests.sh and done.sh
| -rw-r--r-- | docs/contributing/1.-contributing-guide.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/contributing/1.-contributing-guide.md b/docs/contributing/1.-contributing-guide.md index d1b1cd62..abf98cc1 100644 --- a/docs/contributing/1.-contributing-guide.md +++ b/docs/contributing/1.-contributing-guide.md @@ -25,6 +25,8 @@ Once you have verified that you system matches the base requirements you can sta `git clone https://github.com/$GITHUB_ACCOUNT/isort.git` 3. `cd isort 4. `poetry install` +5. `./scripts/test.sh` should yield Success: no issues found +6. `./scripts/done.sh` should yield a Safety report checking packages ## Making a contribution Congrats! You're now ready to make a contribution! Use the following as a guide to help you reach a successful pull-request: |
