We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657a911 commit 3fbf53fCopy full SHA for 3fbf53f
README.md
@@ -23,6 +23,12 @@ This project uses the following tools for development:
23
- pre-commit to run checks before committing changes
24
- You will need to install pre-commit on your local machine with pip/pipx in a python environment.
25
26
+You should create a named branch for your changes, before committing, as using PR's to contribute is preferred.
27
+
28
+```bash
29
+git checkout -b my-feature-branch
30
+```
31
32
## Running locally
33
34
You may need to determine dependencies - the docker method is preferred.
0 commit comments