Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 1.18 KB

Contributing to iocast 🚀

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! 💡

Get Started

  1. Fork the repo Click the "Fork" button on the top-right corner of the page to create your own copy of the project.

  2. Clone your fork

git clone https://github.com/your-username/iocast.git
cd iocast
  1. Create a new branch
git checkout -b my-new-feature
  1. Make your changes

Keep the changes clean and focused. Try to follow the existing code style.

  1. Test your changes

If applicable, run the tests to make sure everything works as expected.

  1. 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.

Guidelines for Contributions 🛠️

  • 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.