CONTEST 6: 🥳 Devathon-21 🥳 Contribute to this repo- why did you become a developer? In your favourite Language
JavaMIT
Hacktoberfest 2021
Why did you become a developer?
Hello! Happy Hacktoberfest 2021!
In the spirit of the event, and to help new developers become familiar with the Fork / Pull Request flow, We've created this Repo as an easy way to try it out!
🎉 Create a simple program in your favorite language that displays why you became a developer!
Instructions:
Fork this Repo
Navigate locally to the folder on your computer where you want to clone the repo
Clone this Repo onto your local machine git clone PASTE_CLONED_REPO_URL
Create a new branch git branch NEW_BRANCH_NAME
Navigate into your created branch git checkout NEW_BRANCH_NAME
Add your program your-name.language into the contributions folder
Add your name to the README.md file as a contributor
Push your branch to your forked repo git push origin NEW_BRANCH_NAME