Skip to content

Latest commit

Β 

History

History
66 lines (44 loc) Β· 2.06 KB

File metadata and controls

66 lines (44 loc) Β· 2.06 KB

First Contribution πŸš€

Welcome! This repository is created to help beginners make their very first Open Source Contribution entirely inside your web browser on GitHub.comβ€”no local setup, terminal, or Git installation required!


🎯 What is this repository for?

Making your first pull request can feel intimidating. This project provides a simple, browser-only playground to help you learn the GitHub pull request workflow in under 2 minutes!


πŸ› οΈ Step-by-Step Guide (100% on GitHub Web)

Follow these simple steps directly on GitHub:

1. Fork this Repository

Click the Fork button at the top right of this page, then click Create fork to create your own copy under your GitHub account.


2. Open CONTRIBUTORS.md in Your Fork

In your forked repository, click on the CONTRIBUTORS.md file to open it.


3. Edit the File

  1. Click the ✏️ Pencil icon (Edit this file) near the top right of the file view.
  2. Scroll to the bottom of the file and add your name and GitHub username like this:
- Your Name [@yourusername]

4. Commit Your Changes

  1. Scroll down to the Commit changes... section.
  2. Select "Create a new branch for this commit and start a pull request".
  3. Keep the default branch name (e.g., patch-1) or name it something like add-your-name.
  4. Click the green Propose changes button.

5. Create the Pull Request (PR)

  1. On the next screen, click the green Create pull request button.
  2. Add a title (e.g., Add Alex to contributors).
  3. Click Create pull request again! πŸŽ‰

πŸ€– What Happens Next?

Our automated bot will immediately:

  • βœ… Check your changes.
  • πŸ”€ Automatically Merge your pull request into main.
  • πŸ’¬ Leave a celebratory comment on your PR.
  • πŸ“§ Send a congratulations email to your inbox!

🌟 See Who Has Contributed

Check out our growing list of contributors in CONTRIBUTORS.md!


πŸ“œ License

This project is open source and available under the MIT License.