Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.45 KB

CONTRIBUTION.md

File metadata and controls

53 lines (32 loc) · 1.45 KB

Contribution Guidelines

Description

This project welcomes contributions from the community. Before contributing, please review the guidelines below.

Steps to Contribute

  1. Fork the repository.

  2. Clone the forked repository to your local machine.

    git clone https://github.com/your-username/Swetify-Music
  3. Create a new branch for your contribution.

    git checkout -b feature/your-contribution
  4. 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

  5. Commit your changes.

    git commit -m "Description of your changes"
  6. Push your changes to your forked repository.

    git push origin feature/your-contribution
  7. Create a pull request on the main repository.

Code Style Guidelines

Please adhere to the project's code style guidelines. Refer to CONTRIBUTING.md for more details.

Issue Tracker

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.

License

By contributing to this project, you agree to the terms of the LICENSE.

Happy contributing!