Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 721 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (18 loc) · 721 Bytes

Contributing

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.

Steps to Contribute

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b your-feature-branch
  3. Make your changes and commit them:
    git commit -m "Your descriptive commit message"
  4. Push to your branch:
    git push origin your-feature-branch
  5. Open a pull request.