-
First
star
our repo : Click the "Star" button to show your support for the project. -
Fork
our repo by clicking fork button. -
In your local development environment, open your command prompt and run the following commands:
git clone https://github.com/Git21221/JS-beginner-projects.git cd JS-beginner-projects
-
Create an Issue: If you've found a bug or have an idea for a new feature, create an issue with all the necessary details. Be clear and concise in your description.
-
Work on the Issue: Once the issue is assigned to you, start working on it. Follow best coding practices and make relevant changes.
-
Commit Your Changes: After making changes, use these commands to commit your work:
git add . git commit -m "Brief description of your changes" git pull git push <your-forked-repo-link>
- Now come to our repo and make a pull request with issue link and proper screenshot.
- We will review and merge it soon.
- Your participation is made with us.