Skip to content

Commit 3fbf53f

Browse files
committed
Really?
1 parent 657a911 commit 3fbf53f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ This project uses the following tools for development:
2323
- pre-commit to run checks before committing changes
2424
- You will need to install pre-commit on your local machine with pip/pipx in a python environment.
2525

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+
2632
## Running locally
2733

2834
You may need to determine dependencies - the docker method is preferred.

0 commit comments

Comments
 (0)