Thank you for your interest in contributing to our Sync Player project. The following is a guide to help you get started with contributing.
Since this project is a product that I use to become familiar with TypeScript development, there are many deficiencies. I hope you can use this project and raise issues, as all of these will help to improve this project.
- Fork the repository.
- Create a new branch:
git checkout -b your-feature-branch
- Make your changes and commit them:
git commit -m "Your descriptive commit message"
- Push to your branch:
git push origin your-feature-branch
- Open a pull request.