Skip to main content

Contributing

How to Contribute

OpenCore is an open-source project and we welcome contributions from the community. Whether it's fixing bugs, improving documentation, or proposing new features, your help is valued.

Contribution Workflow

  1. Fork the Repository: Create your own copy of the framework or documentation.
  2. Create a Branch: Work on a specific feature or fix.
  3. Submit a Pull Request: Provide a detailed description of your changes.

Guidelines

  • Follow the existing coding style (TypeScript + Prettier).
  • Ensure all tests pass.
  • Update documentation if you are adding new features.