Skip to content

Commit

Permalink
Add contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith committed Jan 31, 2024
1 parent 2eb82c1 commit 1078fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1078fe6

Please sign in to comment.