Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 3.67 KB

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 3.67 KB

Contribution Guidelines

The Core ML .mlmodel file format is a publicly documented specification. The Core ML Tools source code is 100% open source under the BSD-3 Clause license. We welcome all contributions and ideas to grow the product. We ask that you follow the contributing guidelines and code of conduct, which are typical of open source communities.

There are many ways to contribute to coremltools. Use these templates to report issues, make feature requests, or ask questions. We welcome even minor improvements to code, testing, and documentation, as well as requests for new features and enhancements. Don’t hesitate to do the following:

  • Report issues you are facing. Check open issues to see if the issue has already been reported, and current pull requests to see if the issue has already been addressed. Comment on or thumbs-up issues that have already been reported by others. We encourage you to resolve or add comments.
  • Request new features or enhancements, or ask questions, using these templates.
  • Add new code to improve a feature or add functionality by submitting a GitHub pull request. For examples, see the list of current pull requests.
  • Improve the documentation. Even if you find only a typo, don’t hesitate to send us a pull request with your corrections.

For instructions, see Contributing.

Guidelines and code of conduct

The contributing guidelines and code of conduct are similar to those of most open source communities. They include participating in the community through developing, receiving help, and answering questions as well as engaging in a highly motivated and positive environment. For example:

  • Providing comments that are helpful, motivating and constructive.
  • Treating with respect others within the community.
  • Collaborating with others to produce new and useful contributions to the community.

To ensure that issues and pull requests can be addressed quickly, please do the following before submitting issues, questions, or pull requests:

  • Check open issues and current pull requests in the repository to see if your issue, feature request, or question already exists or has already been addressed.
  • Fill in the appropriate template with as much detail as possible as well as code snippets, so that we are able to reproduce the issue.
  • Promptly reply to any requests or questions asked by others within the community on your issue or pull request.

Resources

For more information, see the following: