easy-contribution

Contributing to Any Project on the Internet πŸš€

Welcome to the simplest guide on how to contribute to any project. This guide will walk you through the process of making your first contribution. The best part is, you don’t need to worry about installing anything like Git, Node.js, or Python.

github codespaces and gitpod

Table of Contents πŸ“œ

Getting Started πŸš€

1. Fork the Repository 🍴

Step 1

2. Create a Gitpod/Codespace πŸš€

Step 2

OR

Step 2
Step 3
Tip 5

Making Changes πŸ› οΈ

3. Create a Feature Branch 🌿

Step 5

4. Start Hacking! πŸ’‘

Make the necessary changes for the feature or bug fix you want to implement. 🚧

5. Commit Your Changes πŸ’Ύ

Step 6 Step 7

Contributing 🀝

6. Create a Pull Request πŸ“₯

You can create a pull request from VS code itself, but I don’t suggest that. πŸ“¦

Step 8

Open the Feature Branch GitHub page and Click Compare & pull request button. πŸš€

Step 9

If you don’t see the above option, you can click β€œContribute”; this will present you with an option to create the same pull request. πŸ“€

Step 10

Mention the issue number in the description if your pull request addresses a specific issue. πŸ“

Step 11
Step 12
Step 13

Feedback and Completion πŸš€

7. Wait for Review πŸ•’

8. Respond to Feedback πŸ“£

If the owner or maintainer requests changes, make them in the same branch and commit. No need to create a new pull request this time. πŸ”„

9. Hurray! You’ve made your first contribution. πŸŽ‰

Step 14

Bonus Tip πŸ’‘

If you prefer not to work in the browser-based VS Code, you can open the command palette [Ctrl + Shift + P] and search for β€œopen in.”

Tip 1 Tip 3 Tip 2 Tip 4

Note: It takes around 1-1.5 minutes to fully load the repository on VS Code desktop. ⏳

Explore the Repository 🌐

Feel free to explore my dedicated Git repository for experimentation. You can do anything you wantβ€”literally anything. I would be happy to interact with you. 😊