diff --git a/README.md b/README.md index 2b1807b..103e977 100644 --- a/README.md +++ b/README.md @@ -1 +1,44 @@ -# HFest2k21 \ No newline at end of file +## Contribute through HacktoberFest + +People who are very new in the Open source Community star_struck and who are eagerly waiting to kickstart there journey in HACKTOBERFEST 2021 can contribute to this repository. + +![Alt text](https://user-images.githubusercontent.com/55646472/134764712-4ac53e96-2d8f-46a1-8946-4afb4d23abbb.png "Title") + +## Contribution Guide Lines + +**1. Fork The Repository** + +**2. Go To [Issues](https://github.com/Sheeba02M/Hacktoberfest-2021/edit/main/README.md) Section** + +**3. Choose An Existing Issue** + +**4. Get Assigned** + +**5. Clone Your Forked Repository** + + git clone YOUR_FORKED_REPOSITORY_LINK + +**6. Create A New Branch** + + git checkout -b BRANCH_NAME + +**7. Create A New Folder** + +> Create a folder with your name inside the design folder you are working on. +> Don't change the file names or add new files to the existing images folder + +**8. Commit The Changes** +```bash +git commit -m "implemented design23" +``` +> Example: If you are working on design23 commit message should be "implemented design23" + +**9. Push Your Changes To Your Remote Repository** + + git push origin BRANCH_NAME + +**10. Create A Pull Request** + +> Give relevant PR message and add a snapshot of your design implementation. + +**If you had fun in contributing to our project than please make sure to star our repository**