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
- Fork the Repository: Create your own copy of the framework or documentation.
- Create a Branch: Work on a specific feature or fix.
- 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.