git-subtree-dir: external/xbyak git-subtree-split: 9d8ff37306f39c6a71cf998078cbe880ce5dc224
1.0 KiB
1.0 KiB
Contributing to Xbyak
Thank you for considering contributing to the Xbyak project. This document provides guidelines on how to contribute.
Bug Reports and Feedback
If you find a bug, have a feature request, or have questions, please open an issue. Include the following information:
- Detailed description of the problem
- Steps to reproduce
- Expected behavior
- Actual behavior
- Environment details (OS, compiler version, etc.)
Creating Pull Requests
If you want to add features or make fixes, follow these steps to create a pull request:
- Fork the repository
- Create a new branch:
git checkout -b my-feature-branch - Make your changes
- Run tests and ensure all tests pass
- Commit your changes:
git commit -am 'Add new feature' - Push the branch:
git push origin my-feature-branch - Create a pull request
When creating a pull request, clearly describe the changes and include any related issue numbers.
License
Xbyak is released under the BSD-3-Clause License. Any code contributions will be licensed under the same license.