Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 2.03 KB

File metadata and controls

66 lines (46 loc) · 2.03 KB

Contributing to ROG-STRIX-Z790-A-GAMING-WIFI-Intel-i9-13900k-RX-6800-XT-OpenCore-1.0.2

First off, thank you for considering contributing to this project! Contributions of any kind are greatly appreciated.

How to Contribute

Reporting Issues

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)

Submitting Pull Requests

To contribute code, follow these steps:

  1. Fork the Repository
    Create a fork of this repository in your GitHub account.

  2. 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
  3. Create a New Branch
    Make sure to create a new branch for your feature or fix:

    git checkout -b feature-name
  4. Commit your Changes
    Commit your changes to the new branch:

    git add .
    git commit -m "Add description of changes"
  5. Push to your Fork
    Push your changes to your fork:

    git push origin feature-name
  6. 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.

Code Guidelines

  • Keep your code clean and readable.
  • Follow OpenCore's documentation and guidelines.
  • Make sure to test your changes before submitting a pull request.

Contribution Process

  1. Your pull request will be reviewed as soon as possible.
  2. If any changes are requested, update your pull request and re-submit.
  3. Once the changes are approved, they will be merged into the main branch.

Licensing

By contributing to this repository, you agree that your contributions will be licensed under the BSD 3-Clause License.