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!
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!
Follow these simple steps directly on GitHub:
Click the Fork button at the top right of this page, then click Create fork to create your own copy under your GitHub account.
In your forked repository, click on the CONTRIBUTORS.md file to open it.
- Click the βοΈ Pencil icon (Edit this file) near the top right of the file view.
- Scroll to the bottom of the file and add your name and GitHub username like this:
- Your Name [@yourusername]- Scroll down to the Commit changes... section.
- Select "Create a new branch for this commit and start a pull request".
- Keep the default branch name (e.g.,
patch-1) or name it something likeadd-your-name. - Click the green Propose changes button.
- On the next screen, click the green Create pull request button.
- Add a title (e.g.,
Add Alex to contributors). - Click Create pull request again! π
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!
Check out our growing list of contributors in CONTRIBUTORS.md!
This project is open source and available under the MIT License.