diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..c8508f2f1 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Gagandeep Singh diff --git a/README.md b/README.md index 54d7dfb08..fabec6d12 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,11 @@ Follow the steps given below, 4. Execute, `git remote add origin_user https://github.com//pydatastructs/` 5. Execute, `git checkout -b `. 6. Make changes to the code. -7. Execute, `git add .`. -8. Execute, `git commit -m "your-commit-message"`. -9. Execute, `git push origin_user `. -10. Make a PR. +7. Add your name and email to the AUTHORS. +8. Execute, `git add .`. +9. Execute, `git commit -m "your-commit-message"`. +10. Execute, `git push origin_user `. +11. Make a PR. That's it, 10 easy steps for your first contribution. For future contributionsm 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 the start following steps 5 to 10.