From 1078fe61cb12b2d9bed68b829179ecbc03582a08 Mon Sep 17 00:00:00 2001 From: ross-p-smith Date: Wed, 31 Jan 2024 22:28:41 +0000 Subject: [PATCH] Add contributing guide --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bdc1de933..4f2294404 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,6 +62,7 @@ Before you submit your Pull Request (PR) consider the following guidelines: * Make your changes in a new git fork: * Commit your changes using a descriptive commit message +* If you are using the devcontainer, committing code will run black and flake8 to lint python code. You can run `black .` or `flake8 .` at anytime. * Push your fork to GitHub: * In GitHub, create a pull request * If we suggest changes then: