Skip to content

Commit d79845a

Browse files
authored
Updated contribution instructions (#9)
1 parent c30c635 commit d79845a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ however, the system object(s) will need to be recreated via
372372
4. Enter the virtual environment: `pipenv shell`
373373
5. Code your new feature or bug fix.
374374
6. Write a test that covers your new functionality.
375-
7. Run tests and ensure 100% code coverage: `make coverage`
376-
8. Add yourself to `AUTHORS.md`.
377-
9. Submit a pull request!
375+
7. Update `README.md` with any new documentation.
376+
8. Run tests and ensure 100% code coverage: `make coverage`
377+
9. Run ensure you have no linting errors: `make lint`
378+
10. Add yourself to `AUTHORS.md`.
379+
11. Submit a pull request!

0 commit comments

Comments
 (0)