Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.02 KB

CONTRIBUTING.md

File metadata and controls

59 lines (40 loc) · 2.02 KB

Contributing to Sangeet Music Player

We appreciate your interest in contributing to the Sangeet Music Player for Windows! Here are some guidelines to help you get started.

How to Contribute

  1. Fork the Repository:

    • Click on the "Fork" button at the top right of the repository page to create a copy of the repository under your own GitHub account.
  2. Clone Your Fork:

    git clone https://github.com/YOUR_GITHUB_USERNAME/sangeet.git
  3. Create a Branch:

    • Use a descriptive name for your branch (e.g., feature/add-playlist-functionality or bugfix/fix-playback-issue).
    git checkout -b feature/your-feature-name
  4. Make Your Changes:

    • Implement your feature or fix the bug.
    • Ensure your code adheres to the project's coding standards and passes all tests.
  5. Commit Your Changes:

    • Write clear and concise commit messages.
    git commit -m "Add feature/fix bug"
  6. Push to Your Branch:

    git push origin feature/your-feature-name
  7. Create a Pull Request:

    • Go to the original repository and click on "New Pull Request" to submit your changes for review.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.

Reporting Issues

If you encounter any bugs or have feature requests, please open an issue. Provide as much detail as possible, including steps to reproduce the issue and any relevant logs.

Code Style

  • Follow the existing code style.
  • Write meaningful commit messages.
  • Ensure your code passes all tests before submitting.

Thank You!

Thank you for considering contributing to the Sangeet Music Player for Windows! Your contributions help make this project better for everyone.

Contact

For any queries or support, feel free to reach out to the project maintainer Priyanshu Verma.