Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 1.31 KB

How to Contribute

We welcome community contributions to SigOpt Lite. You can:

  • Submit your changes directly with a pull request.
  • Log a bug or make a feature request with an issue.

Issues

Use GitHub issues to:

  • report an issue
  • make a feature request

Note: To report a vulnerability, refer to Intel vulnerability reporting policy.

Pull Requests

To contribute your changes directly to the repository, do the following:

  • Make sure you can build the product and run all the examples with your patch.
  • For a larger feature, provide a relevant example.
  • Document your code.
  • Submit a pull request into the main branch. Provide a brief description of the changes you are contributing.

CI is enabled for the repository. Your PR should pass all of our checks. We will review your contribution and, if any additional fixes or modifications are necessary, we may give some feedback to guide you. When accepted, your pull request will be merged into our GitHub repository.