Contributing
August 13, 2024 ยท View on GitHub
๐ Welcome to InftyAI community !
Before you get started
Code of Conduct
Please make sure to read and observe our Code of Conduct first.
Getting started
๐ All kinds of contributions are welcomed !
- Fix documents & Typos
- Report & fix bugs
- New features
- Issues & discussions
- ...
Pull Requests
Pull requests are often called simply "PR". Please follows the standard github pull request process. To submit a proposed change, please develop the code and add new test cases.
Code Review
To make it easier for your PR to receive reviews, consider the reviewers will need you to:
- Follow good coding guidelines.
- Write good commit messages.
- Break large changes into a logical series of smaller patches which individually make easily understandable changes, and in aggregate solve a broader issue.