Contributing
Want to help make AppleBlox better? Here's how you can contribute.
Report Bugs
- Check if already reported: GitHub Issues
- Try the latest version first. The bug may already be fixed.
- Open a new issue with the Bug Report template.
- Include your AppleBlox version, macOS version, and steps to reproduce.
- Attach logs from Misc > View Logs if relevant.
Suggest Features
- Check existing feature requests on GitHub Issues.
- Open a new issue with the Feature Request template.
- Describe the feature, why it's useful, and provide examples or mockups if possible.
Code Contributions
- Fork the repository on GitHub.
- Clone your fork:bash
git clone https://github.com/YourUsername/appleblox.git cd appleblox - Install dependencies:bash
bun install - Create a branch:bash
git checkout -b feature/your-feature-name - Make your changes following existing code style.
- Commit using conventional commits:bash
git commit -m "Add icon pack support" - Push and open a pull request.
Improve Documentation
- Fix typos or errors. Edit docs directly on GitHub.
- Add examples, code snippets, or configuration guides.
- Documentation files are in the
docs/directory, written in Markdown, built with VitePress.
Community
- Answer questions in Discord.
- Share mods and configurations.
- Create tutorials or videos.
Contributors are recognized on the Credits page.
