Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 44 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
# HFest2k21
## 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**