Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 1.19 KB

Contributing

👋 Welcome to InftyAI!

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.