From 07be9c79dc7d20e8c2cc0ca7454b19a7c7c60913 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 28 Sep 2018 16:42:09 -0600 Subject: [PATCH] Updated contribution instructions --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69408612..57bca5c5 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,8 @@ however, the system object(s) will need to be recreated via 4. Enter the virtual environment: `pipenv shell` 5. Code your new feature or bug fix. 6. Write a test that covers your new functionality. -7. Run tests and ensure 100% code coverage: `make coverage` -8. Add yourself to `AUTHORS.md`. -9. Submit a pull request! +7. Update `README.md` with any new documentation. +8. Run tests and ensure 100% code coverage: `make coverage` +9. Run ensure you have no linting errors: `make lint` +10. Add yourself to `AUTHORS.md`. +11. Submit a pull request!