This project welcomes contributions from the community. Before contributing, please review the guidelines below.
-
Fork the repository.
-
Clone the forked repository to your local machine.
git clone https://github.com/your-username/Swetify-Music
-
Create a new branch for your contribution.
git checkout -b feature/your-contribution
-
Make your changes and ensure the project is still working correctly. To get the web app up and running, you need to open the
index.html
in the browser. To make your development process more convenient I'd recommend to use Live Server on VS Code -
Commit your changes.
git commit -m "Description of your changes"
-
Push your changes to your forked repository.
git push origin feature/your-contribution
-
Create a pull request on the main repository.
Please adhere to the project's code style guidelines. Refer to CONTRIBUTING.md for more details.
Before working on a new feature or bug fix, check the issue tracker to see if the task is already in progress or if it needs attention.
By contributing to this project, you agree to the terms of the LICENSE.
Happy contributing!