Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 779 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 779 Bytes

Contributing

Workflow

MongoDB welcomes community contributions! If you’re interested in making a contribution to Sonar, please follow the steps below before you start writing any code:

  1. Sign the contributor's agreement. This will allow us to review and accept contributions.
  2. Fork the repository on GitHub.
  3. Create a branch with a name that briefly describes your feature.
  4. Implement your feature or bug fix.
  5. Add new cases to ./test that verify your bug fix or make sure no one unintentionally breaks your feature in the future and run them with python -m pytest.
  6. Add comments around your new code that explain what's happening.
  7. Commit and push your changes to your branch then submit a pull request.