First off, thank you for considering contributing to this project! Contributions of any kind are greatly appreciated.
If you encounter any bugs or have a suggestion for an improvement, please open an issue. Include as much detail as possible, such as:
- Your system specifications
- OpenCore version
- Steps to reproduce the issue
- Logs or screenshots (if applicable)
To contribute code, follow these steps:
-
Fork the Repository
Create a fork of this repository in your GitHub account. -
Clone your Fork
Clone your forked repository to your local machine:git clone https://github.com/YOUR_USERNAME/ROG-STRIX-Z790-A-GAMING-WIFI-Intel-i9-13900k-RX-6800-XT-OpenCore-1.0.2.git
-
Create a New Branch
Make sure to create a new branch for your feature or fix:git checkout -b feature-name
-
Commit your Changes
Commit your changes to the new branch:git add . git commit -m "Add description of changes"
-
Push to your Fork
Push your changes to your fork:git push origin feature-name
-
Open a Pull Request
Go to the original repository and open a pull request from your branch. Be sure to describe what your PR does and reference any issues it addresses.
- Keep your code clean and readable.
- Follow OpenCore's documentation and guidelines.
- Make sure to test your changes before submitting a pull request.
- Your pull request will be reviewed as soon as possible.
- If any changes are requested, update your pull request and re-submit.
- Once the changes are approved, they will be merged into the main branch.
By contributing to this repository, you agree that your contributions will be licensed under the BSD 3-Clause License.