-
Fork the repository.
-
Clone the repository on your local machine.
git clone https://github.com/[YOUR_USERNAME]/first-contributions.git
-
Create a branch from
main
.git branch <branch-name> main
-
Choose a topic from the issues section.
-
Create Name the file as
[TOPIC NAME].md
.cd docs nano <topic_name.md>
-
Create a Micro-Blog on the selected topic.
-
Commit your file to your branch and push to Github.
git add <file_name.md> git commit -m "Add: <topic_name> 🚀" git push -u origin <branch_name>
-
Generate a Pull Request. Once you push the changes to your repo, the
Compare & pull request
button will appear in GitHub. -
Open a Pull Request and name the request as
<TOPIC_NAME> by <YOUR_NAME>
. Make sure to selectmain
as base branch. -
If you've reached this step, wait for your Pull Request to get merged by maintainers.
NOTE: Any contributions you make will be under the MIT Software License