diff --git a/README.md b/README.md index f17b1ce..c5d3df3 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ -## Hacktoberfest +🌟 Welcome to **Hacktoberfest 2021/2022/2023** 🌟 -This repository is your gate way to open source contribution. You can open a Pull request for **Hacktoberfest 2021** by following the instructions. +Are you ready to embark on your open source journey? This repository is your gateway to open source contributions, and it's a breeze to get started! -### Fork +### Fork It! -The very first thing is to fork this repository. You can't make direct changes to this repository until unless I give you permissions. +🍴 Fork this repository to kick things off. Remember, direct changes aren't possible here until you have the power of permissions! -### Clone the repository +### Clone the Repository -To clone this repository, execute the following line +👇 Clone the repository locally using the following command: -``` -https://github.com/{username}/hacktoberfest.git +```bash +git clone https://github.com/{username}/hacktoberfest.git ``` -Make sure to replace the `username` with your GitHub Handle. +Replace `{username}` with your GitHub handle. -### Code Changes +### Time to Code -Once you're done with the cloning, open the repository locally.Checkout to a new branch (`github checkout -b "arsalan"`). Open `pages/contributors.json` file, which looks something like this: +Now that you've got the repository on your local machine, create a new branch (e.g., `git checkout -b "arsalan"`) to work on. Open the `pages/contributors.json` file, which resembles this: ```json [ @@ -35,7 +35,7 @@ Once you're done with the cloning, open the repository locally.Checkout to a new ] ``` -Copy the following snippet and add your information to the end of the file. +Copy the snippet below and append your details at the end: ```json { @@ -50,20 +50,20 @@ Copy the following snippet and add your information to the end of the file. } ``` -Also make sure to add your picture to `public/faces` +Don't forget to add your picture to `public/faces`. 📸 -## Pull Request +### Submit Your Contribution -Next is to push the code (replace `arsalan` with the branch name) +Now, let's push your code (replace "arsalan" with your branch name): -``` +```bash git push origin arsalan ``` -Once you push the code, simple go to your remote repository and open a pull request. +Once your code is pushed, head to your remote repository and open a pull request. -## Show your support +### Show Your Support -Give a ⭐️ and follow [@khattakdev](https://github.com/khattakdev) if this project helped you! +If this project was helpful, give it a ⭐️ and follow [@khattakdev](https://github.com/khattakdev)! -That's it 🎉 +That's it! 🎉 Your journey into open source has begun. Happy hacking! 🚀💻 \ No newline at end of file diff --git a/public/faces/0Armaan025.png b/public/faces/0Armaan025.png new file mode 100644 index 0000000..92b876e Binary files /dev/null and b/public/faces/0Armaan025.png differ