We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30c635 commit d79845aCopy full SHA for d79845a
1 file changed
README.md
@@ -372,6 +372,8 @@ however, the system object(s) will need to be recreated via
372
4. Enter the virtual environment: `pipenv shell`
373
5. Code your new feature or bug fix.
374
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!
+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`
378
+10. Add yourself to `AUTHORS.md`.
379
+11. Submit a pull request!
0 commit comments