Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.19 KB

File metadata and controls

31 lines (23 loc) · 1.19 KB

Contributing to HackinTune

First off, thank you for considering contributing to HackinTune! It's people like you who make the Hackintosh community great.

🚀 How Can I Contribute?

Reporting Bugs & Doubts

Suggesting Enhancements

  • Open a new issue with a clear title and description of the proposed feature.

Pull Requests

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the build script runs successfully (./build.sh).
  4. Issue that pull request!

🛠 Development Setup

  • Requires Xcode or Swift command line tools.
  • Main logic: HackinTune.swift.
  • EFI logic: efi_builder.sh.
  • Build: ./build.sh.

🛡 Code of Conduct

Please be respectful and helpful to others in the community. Let's keep the Hackintosh spirit alive!


Created by Shyam (@sam4muzix)