Welcome to Lofi-Beats! I'm excited to have you contribute. Before you get started, please take a moment to review the following guidelines.
-
Fork the Repository: Click the "Fork" button in the upper right corner of the repository's page on GitHub.
-
Clone the Repository: Clone your fork of the repository to your local machine using Git:
git clone https://github.com/ArvindParekh/lofi-music-app.git
-
Pick an issue: Checkout the Issues tab and get an issue assigned to you.
-
Create a Branch: Create a new branch for your contribution:
git checkout -b feature/your-feature
-
Make Changes: Make your changes to the project locally on your computer.
-
Commit Changes: Commit your changes with a descriptive commit message:
git commit -m "Add your message here"
-
Push Changes: Push your changes to your fork of the repository on GitHub:
git push origin feature/your-feature
-
Create Pull Request: Go to the lofi-music-app repository on GitHub, and click the "New Pull Request" button. Fill out the necessary information and submit your pull request.
Check out the Issue Tracker to find tasks and bugs that you can help with.
Simply comment /assign
on an issue, and our GitHub Action will automatically assign the issue to you.
If you have any questions or need further assistance, feel free to reach out to me at Twitter.
Happy coding!