Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.1 KB

Welcome to DevCANS Website Repository

This repository contains the source code of the DevCANS website

Want to contribute, follow the steps given below

  1. Fork, https://github.com/DevCANS/website/
  2. Execute, git clone https://github.com/<your-github-username>/website/.
  3. Change your working directory to <path-to-cloned-directory>/website.
  4. Execute, git remote add origin_user https://github.com/<your-github-username>/website/.
  5. Execute, git checkout -b <your-new-branch-for-working>.
  6. Make necessary changes.
  7. Execute, git add <file-name>.
  8. Execute, git commit -m "your-commit-message".
  9. Execute, git push origin <your-current-branch>.
  10. Make a Pull Request.

That's it, 10 easy steps for your first contribution. For future contributions just follow steps 5 to 10. Make sure that before starting work, always checkout to master and pull the recent changes using the remote origin and then start following steps 5 to 10.

See you soon with your first PR. 😄

Please go through our contribution guidelines before you start working.