Thank you for considering contributing to the Xbyak project. This document provides guidelines on how to contribute.
If you find a bug, have a feature request, or have questions, please open an issue. Include the following information:
If you want to add features or make fixes, follow these steps to create a pull request:
git checkout -b my-feature-branch
git commit -am 'Add new feature'
git push origin my-feature-branch
When creating a pull request, clearly describe the changes and include any related issue numbers.
Xbyak is released under the BSD-3-Clause License. Any code contributions will be licensed under the same license.