A repository to learn about open source code contributions flow (for beginners only).
Sorted alphabetically
branch
with your GitHub username as a branch name, for example: add-mazipan
.git checkout -b YourUsername/YourBranchName`
git checkout -b mazipan/add-mazipan
⚠️ DO NOT use
master
ormain
branch to create a Pull Request. Read the article about how to create a branch
git branch --show-current
github_username.js
to the people
directory inside your new branch.module.exports = { name: 'YOUR_NAME', github: 'XXX', email: 'xxx@xxx.com', twitter: '@xxx', facebook: 'xxx', linkedin: 'in/xxx' }
master
branch in this repository, read how to create pull requestinvalid
label and close the PRs of those not following the steps correctlyNo, this repo is intended for learning purposes.
No, you can put a fake data. We just want to learn about a contribution flow in the open-source ecosystem.
We don't collect any data. But there is a chance for other people to abuse your data. Please do it at your own risk. We don't protect your data.
git clone https://github.com/mazipan/hello-open-source # clone the repo cd hello-open-source # cd into the repo node index.js github_milan960 # will return this person's named github_milan960 to you