Contributing
For Users
- Reporting bugs to Github in English or Gitee in Chinese
For Developers
Using xmake is encouraged, we will finally deprecate the CMake support!
For the kernel part, here is how to build and run unit tests:
xmake build --group=kernel_tests
xmake run --group=kernel_tests
Here are developing guides on Windows/macOS/Linux: