Welcome to First Commit Demo!
This project is designed to help GitHub beginners make their very first contribution in a friendly, zero-pressure environment.
- No coding experience required!
- Learn how to fork, edit, and submit a Pull Request (PR)
- See your name appear instantly on our contributors wall
- Practice the real open source workflow, risk-free!
- Fork this repository (click the "Fork" button at the top right)
- Clone your fork to your computer
- Add your info:
- Go to
src/data/
- Copy
demo.json
and rename it toyourgithubusername.json
- Edit the file with your name, GitHub, and (optionally) LinkedIn
If you don't want to provide LinkedIn, just keephttps://linkedin.com/in/yourlinkedin
(don't edit or remove it).
- Go to
- Commit your changes
- Push to your fork
- Create a Pull Request (PR) to this repo
β¨ Your name will appear on the homepage after your PR is merged!
{
"name": "Your Name",
"github": "https://github.com/yourgithubusername",
"linkedin": "https://linkedin.com/in/yourlinkedin"
}
(LinkedIn is optional! If you don't want to provide it, just keep the default value above.)
We welcome contributions to this README or project in any language!
If you want to help more people, feel free to add a section in your language below, or translate the instructions.
- Our GitHub Action will automatically add you to the contributors wall.
- Visit the project site to see your name!
- Check the Issues tab for Q&A
- Or open a new issue if you get stuck!
Making your first contribution is a big step.
Weβre excited to have you join the open source community!