Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 439 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 439 Bytes

The general process for working with EF.DbContextFactory is:

  1. Fork on GitHub
  2. Clone your fork locally
  3. Create a local branch
  4. Work on your feature
  5. Rebase/merge if required (from develop branch)
  6. Push the branch up to GitHub
  7. 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.