Contribution Guidelines
September 20, 2023 · View on GitHub
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
-
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.