This repository contains the source code of the DevCANS website
- Fork, https://github.com/DevCANS/website/
- Execute,
git clone https://github.com/<your-github-username>/website/
. - Change your working directory to
<path-to-cloned-directory>/website
. - Execute,
git remote add origin_user https://github.com/<your-github-username>/website/
. - Execute,
git checkout -b <your-new-branch-for-working>
. - Make necessary changes.
- Execute,
git add <file-name>
. - Execute,
git commit -m "your-commit-message"
. - Execute,
git push origin <your-current-branch>
. - 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.