To contribute,
- Fork this repository.
- Work on your changes within a topic branch.
- Create a pull request
Pull requests are accepted under the discretion of the Tidbit maintainer(s). Improve the chances your PR will be merged by following the requirements and guidelines below. For any questions, please e-mail developers@sugarcrm.com.
REQUIREMENTS
- By creating a pull request, you are agreeing to SugarCRM Open Source Contributor terms.
GUIDELINES
- Make sure your pull 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 is fully documented.
- Reference related Github Issues within commit comments and pull request comment where appropriate.
- Squash out minor or "typo" commits in your pull using
git commit -a
orgit rebase -i
.
BUGS
File bugs or feature requests using Github Issue Tracker.