Thank you for your interest in contributing to iocast! This project is young and growing, so your help means a lot. Whether it’s reporting a bug, suggesting an improvement, or contributing code, every bit helps! 💡
-
Fork the repo Click the "Fork" button on the top-right corner of the page to create your own copy of the project.
-
Clone your fork
git clone https://github.com/your-username/iocast.git
cd iocast
- Create a new branch
git checkout -b my-new-feature
- Make your changes
Keep the changes clean and focused. Try to follow the existing code style.
- Test your changes
If applicable, run the tests to make sure everything works as expected.
- Submit a Pull Request
Push your branch to your fork and open a PR. Don’t forget to make proper use of our Pull Request template.
- Be respectful: This project is a friendly space. Let’s keep it that way.
- Keep it simple: If it’s complex, discuss it in an issue before starting.
- Ask questions: New to contributing? Not sure about something? Open an issue, and let’s chat.