Skip to content

Commit dbea9b5

Browse files
committed
[ADDS] README.md
1 parent 7c0220b commit dbea9b5

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Welcome to DevCANS Website Repository
2+
3+
This repository contains the source code of the DevCANS website
4+
5+
## Want to contribute, follow the steps given below
6+
7+
1. Fork, <https://github.com/DevCANS/website/>
8+
2. Execute, `git clone https://github.com/<your-github-username>/website/`.
9+
3. Change your working directory to `<path-to-cloned-directory>/website`.
10+
4. Execute, `git remote add origin_user https://github.com/<your-github-username>/website/`.
11+
5. Execute, `git checkout -b <your-new-branch-for-working>`.
12+
6. Make necessary changes.
13+
7. Execute, `git add <file-name>`.
14+
8. Execute, `git commit -m "your-commit-message"`.
15+
9. Execute, `git push origin <your-current-branch>`.
16+
10. Make a Pull Request.
17+
18+
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.
19+
20+
See you soon with your first PR. :smile:
21+
22+
**Please go through our [contribution guidelines](CONTRIBUTING.md) before you start working.**

0 commit comments

Comments
 (0)