Thank you for considering contributing to Tuisic, a terminal-based music streaming tool. We value your feedback and contributions, whether it's a bug fix, feature enhancement, or documentation improvement. Here’s how you can get started:
- Check the issues to see if your bug/feature is already discussed.
- If not, create a new issue. Include detailed steps to reproduce the bug or describe the feature.
- If you have ideas for new features, open a feature request issue.
- Fork the repository and clone it to your local machine.
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Make your changes and test thoroughly.
- Commit your changes with meaningful commit messages.
- Push your branch:
git push origin feature/your-feature-name
- Create a pull request from your fork to the
main
branch.
- Contributions to the documentation are highly appreciated. You can help by improving clarity, fixing typos, or adding usage examples.
- Follow the code style of the project.
- Write meaningful commit messages and comments.
- Update the documentation if your changes affect usage.
- Clone the repository:
git clone https://github.com/Dark-Kernel/tuisic.git cd tuisic
- Ensure dependencies like
libmpv
are installed. - Build the project:
mkdir build && cd build cmake .. make
- Run the app:
./tuisic
Feel free to reach out through:
- Discussions
- Email: [[email protected]](Sumit Patel)
Excited to see your contributions and help grow Tuisic!