Skip to content

Latest commit

 

History

History
68 lines (34 loc) · 2.25 KB

contributions.md

File metadata and controls

68 lines (34 loc) · 2.25 KB

Contribution Guidelines

  1. General

    1.1 Pull Request Checklist

    1.2 Pull Request Template

    1.3 Pull Request Acceptance Criteria

  2. CI Introduction

  3. FAQ

  4. Support

  5. Contributor Covenant Code of Conduct

General

If you have improvements to Intel® Extension for Transformers, pull requests for review. If you are new to Github, view the pull request How To.

Pull Request Checklist

Before sending your pull requests, follow the information below:

  • Changes are consistent with the Python Coding Style.
  • Use pylint to check your Python code, more detail please go to pylint script

Pull Request Template

See PR template

Pull Request Acceptance Criteria

(1) At least two approvals from reviewers (1 approval from the component owner)

(2) ALL detected CI checks pass

(3) ALL conversations solved

(4) Third-party dependency license Compatible

CI Introduction

See CI Introduction

FAQ

  1. How to check third-party dependency license compliance

    If you are using third-party component by: (1) import lib and uses its API (2) static/dynamic linked (3) copy code and modified (4) other uncertain usage, please contact Maintainers to check license compliance before push code to repo.

Support

Submit your questions, feature requests, and bug reports to the GitHub issues page. You may also reach out to Maintainers.

Contributor Covenant Code of Conduct

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant Code of Conduct.