Skip to content

Latest commit

 

History

History
160 lines (97 loc) · 6.38 KB

README.md

File metadata and controls

160 lines (97 loc) · 6.38 KB

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
  • Wait for 1 minute ⏳.
Step 3
  • Follow the necessary instructions for running the project in README.md or CONTRIBUTING.md.

    Note: Repositories like this make it even easier for contributors as they don't have to worry about running the project or navigating the repo. If you don't know what .devcontainer is, don't worry; I will explain it to you in a simple way. 📝

    The code within this .devcontainer will handle everything, from installing dependencies to configuring and then running it on the local host. 🛠️

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. 😊