The general process for working with EF.DbContextFactory is:
- Fork on GitHub
- Clone your fork locally
- Create a local branch
- Work on your feature
- Rebase/merge if required (from
develop
branch) - Push the branch up to GitHub
- Send a Pull Request on GitHub
You should never work on a clone of master, and you should never send a pull request from master - always from a branch.