Base your fork on the "dev" branch:
```
git clone https://github.com/togglebyte/anathema
git switch dev
git switch -c feature/my-new-feature
```
If applicable: always write tests for any new functionality being introduced.
Submit any PR to be merged back into the "dev" branch.
For help ask on [Discord](https://discord.gg/yZgdmXKf6p).