- first
star
our repo. fork
our repo by clicking fork button.- Now open local folder and then open cmd, paste
git clone https://github.com/Git21221/JS-beginner-projects.git
this command. - Now JS beginner Project is clonned in your local folder.
- Create issue with proper details of issue or new features.
- If the issue created by project admin then anyone can work on it and the best work will be merged.
- if multiple candidate wants to fix same issue then first one will be assigned and after 3 days if first one doesn't make a pr then second candidate will be assigned.
- After the issue assigned to you then work on that issue.
- Make relevant changes and then follow this command
git add .
git commit -m "message"
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.