- Fork the repository on GitHub.
- Clone your fork locally:
git clone https://github.com/avdept/jellyboxplayer.git
- Create a new branch for your contribution:
git checkout -b feature/your-feature-name
- Make your changes in your branch.
- Test your changes thoroughly.
- Commit your changes with a clear and descriptive commit message:
git commit -m "Add feature: description of your changes"
- Push your changes to your fork on GitHub:
git push origin feature/your-feature-name
- Go to the original repository on GitHub and create a new pull request.
- Provide a clear description of your changes in the pull request.
- Follow the existing code style in the project.
- Use meaningful variable and function names.
- Comment your code where necessary.
If you find a bug, please create an issue on GitHub with the following information:
- A clear, descriptive title
- Steps to reproduce the bug
- Expected behavior
- Actual behavior
- Any relevant logs or screenshots
We welcome feature requests! Please create an issue on GitHub with a clear description of the feature and why it would be beneficial to the project.
Thank you for contributing to Jellybox Player