👶 Repository for beginners that learn to contribute to open source project
- Fork this repo, read https://help.github.com/articles/fork-a-repo/
- Create branch with your github username, ex:
add-mazipan.js
. Never use themaster
branch to create PR. read this below link: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/ - Add your first file with file name
github_username.js
on thepeoples/
directory in that branch. - Add code with your identity, ex:
module.exports = {
name: 'sharad',
github: 'XXX',
email: '[email protected]',
twitter: '@xxx',
facebook: 'xxx',
linkedin: 'in/xxx'
}
- Create Pull-Request to
master
branch in this repository, read https://help.github.com/articles/creating-a-pull-request/ - Don't forget to give 🌟 in this repository
- Have fun and welcome to open source world.
No, this is only for learning purpose about git flow and open source contribution process.
No, just put any data. Non-sense, we just wanna learn about open source contribution.
git clone https://github.com/mazipan/hello-open-source # clone the repo
cd hello-open-source # cd into the repo
node index.js caxvis # will return this person's named caxvis to you
We don't collect the data, but there is chance for other people to abuse your data that is submitted here. Please do it with your own risk, we don't protect your data.
Copyright © 2018 Irfan Maulana