Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 2.32 KB

CONTRIBUTING.md

File metadata and controls

56 lines (44 loc) · 2.32 KB

Contributing to the project

Everyone is welcome to contribute to the project. Contributing does not just mean submitting patches. There are many different ways for you to get involved, including answering questions on the mailing lists, reporting and triaging bugs, and participating in the design discussions.

Coding Standards

See CodingStandards.md.

Pull Requests

We actively welcome your pull requests.

  • Fork the repo and create your branch from master.
  • Create your PR.
  • Make sure added code has test coverage. Unit tests will automatically run for you. For more complicated changes run additional Glow test suite.
  • PRs are expected to have 100% test coverage for the added code. This can be verified with the coverage build.
  • Your PR title should be descriptive, and generally, start with a specific subsystem enclosed in square braces. For example:
    • [Quantization] Support multi-output nodes.
    • [Docs] Fix grammar errors.
  • If PR is not trivial, your PR description should have details on what the PR does.
  • Every PR needs to be reviewed by at least one maintainer before it can be merged.
  • When all of the tests are passing and all other conditions described above satisfied, the PR is ready for review and merge.

Issues

We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.

Maintainers

License

By contributing to the project, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.