Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 931 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (14 loc) · 931 Bytes

How can I contribute in Virtual Galaxy?

  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/IBMSkillsBuild.git this command.
  4. Now Virtual Galaxy is clonned in your local folder.
  5. Create issue with proper details of issue or new features.
  6. After the issue assigned to you then work on that issue.
  7. Make relevant changes and then follow this command
    git add .
    git commit -m "message"
    git push <your forked repo link>
  8. Now come to our repo and make a pull request with issue link and proper screenshot.
  9. We will review and merge it soon.
  10. Your participation is made with us.