Any changes made directly to main branch will trigger an automatic downmerge to dev, if you need a clean copy of dev without this downmerge, branch from dev before pushing to main
- Create an issue in the project or pick an issue you'd like to work on
- Assign the issue to yourself
- Assign a priority and size
- Open a new branch from dev through the issue pane
- Checkout your new branch locally
- Make your changes and commit to your branch
- Open a PR to merge your branch into dev