Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 716 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 716 Bytes

Contributing

OmniSharp is always thrilled to welcome any contributions!

Where to find help

Before contributing any feature, make sure to discuss it upfront with the team - this can be done on Github in an issue, on Jabbr or on Slack.

Workflow

  • We use the dev branch for active development. All pull requests should be made to this branch.
  • The master branch is normally updated only by merging dev branch into it. The only time pull requests can be opened into master directly, is in case of hotfixes.
  • Tests need to be provided for every bug/feature that is completed.