Contributing to Rainbow - Multimedia Conversion Web App
We welcome and appreciate contributions from the community. By participating in this project, you agree to abide by our code of conduct. Please read the Code of Conduct for guidelines on respectful and collaborative behavior.
-
Fork the Repository: Click the "Fork" button on the top right of the repository page on GitHub to create a copy of the project in your GitHub account.
-
Clone Your Fork: Use
git
to clone your fork to your local machine:git clone https://github.com/yourusername/rainbow.git
-
Create a Branch: Create a new branch for your contribution:
git checkout -b feature/your-feature
-
Make Changes: Make your desired changes or additions to the codebase.
-
Commit Changes: Commit your changes with a clear and descriptive commit message:
git commit -m "Add feature: your feature description"
-
Push Changes: Push your changes to your fork on GitHub:
git push origin feature/your-feature
-
Create a Pull Request (PR): Go to your fork on GitHub, switch to the branch you created, and click the "New Pull Request" button. Describe your changes and submit the PR.
-
Review and Collaboration: After submitting a PR, our team will review your changes, provide feedback, and collaborate with you if needed.
Please review our Code of Conduct for the rules and expectations of behavior within this project.
If you encounter a bug, have a feature request, or would like to discuss something related to the project, please open an issue in our issue tracker. We appreciate your feedback and contributions to make this project better.
By contributing to the Multimedia Conversion Web App, you agree that your contributions will be licensed under the MIT License.