Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.35 KB

File metadata and controls

27 lines (16 loc) · 1.35 KB

Contributing to LyriCal

Thank you for considering contributing to the proyect! There are several ways you can help, from reporting bugs to proposing new features.

Report bugs

If you find a bug in the music player, please open a new bug report on the bug tracking system. Be sure to include details on how to reproduce the error, as well as any other information that might be helpful in troubleshooting.

Propose features

If you have an idea for a new feature that you'd like to see in the music player, open a new feature report on the bug tracking system . Be sure to include details about which feature you are proposing and why you think it would be useful.

Sending changes

If you want to commit changes to the music player code, please follow these steps:

  1. Fork the repository.
  2. Create a branch for your changes (git checkout -b my-feature)
  3. Make your changes to the code.
  4. Be sure to include tests for your changes.
  5. Make a pull request to the main branch of the repository.

Be sure to follow good coding practices and explain your changes in code comments.

Code of conduct

Please make sure to follow the code of conduct when contributing to the music player.