Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

16 lines (16 loc) · 1.19 KB

How can I contribute in JS beginner Project?

  1. first star our repo. image
  2. fork our repo by clicking fork button. image
  3. Now open local folder and then open cmd, paste git clone https://github.com/Git21221/JS-beginner-projects.git this command.
  4. Now JS beginner Project is clonned in your local folder.
  5. Create issue with proper details of issue or new features.
  6. If the issue created by project admin then anyone can work on it and the best work will be merged.
  7. 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.
  8. After the issue assigned to you then work on that issue.
  9. Make relevant changes and then follow this command
    git add .
    git commit -m "message"
    git push <your forked repo link>
  10. Now come to our repo and make a pull request with issue link and proper screenshot.
  11. We will review and merge it soon.
  12. Your participation is made with us.