Contribution Guide#

Overview#

Thank you for your willingness to contribute to us. Since this project is divided into several different parts, here is a guide to the contribution guide:

Our requirements for code quality are not that high. Generally speaking, as long as your code can run normally, we will accept it. However, you still need to write corresponding automated tests to ensure the maintainability and correctness of your code.

We sincerely hope that you can find joy in participating in the project contribution.

Commit Changes#

If you want to commit changes,please obey the following steps:

  1. Fork the project from main.

  2. Create a new branch to develop.

  3. Make sure that you code follow our code style.

  4. Commit your changes to your fork.

  5. Create a Pull Request(PR) to our main branch.

Code conventions please follow Conventional Commits