Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 995 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 995 Bytes

Contributing to Javascript

Think twice, code once.

Pull requests are accepted under the discretion of Javascript maintainer(s). Improve the chances of your pull requests getting merged by following the requirements and guidelines below. For any questions, please e-mail developers@sugarcrm.com.

Requirements

Guidelines

  • Make sure your pull request contains quality code. We will certainly provide constructive feedback on works in progress but we will not merge incomplete pull requests.
  • Make sure your pull requests are properly tested and maintain (or improve) the current code coverage.
  • Make sure your pull request is fully documented.
  • Reference related Github issues within commit messages and pull request comments where appropriate.

Bugs