Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 750 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 750 Bytes

Contributing to the Mongo EF Core Provider

Bugfixes

  • Before starting to write code, look for existing tickets or create one for your specific issue. That way you avoid working on something that might not be of interest or that has been addressed already in a different branch.
  • Fork the repo.
  • Ensure your core.autocrlf settings are set to true.
  • Follow the general coding style of the rest of the project.
  • Write tests and make sure they pass.
  • Your final commit should have the JIRA issue number as the first part of the commit message.
  • Submit a pull request from GitHub.