Shrestha-Srijana / hello-open-source

๐Ÿ‘ถ Repository for beginners that learn to contribute to open source project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-open-source

๐Ÿ‘ถ Repository for beginners that learn to contribute to open source project

How to contribute

module.exports = {
  name: 'YOUR_NAME',
  github: 'XXX',
  email: 'xxx@xxx.com',
  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
  • You should follow github @mazipan
  • I will check your PR and may add invalid label for PR that not follow the steps
  • Have fun and welcome to open source world.

Is this data collection?

No, this is only for learning purpose about git flow and open source contribution process.

Do I need to attach my real name?

No, just put any data. Non-sense, we just wanna learn about open source contribution.

How do I retrieve someone's data?

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

How to purge the data

Purge all data

yarn purge

You can specify a name(or more) to purge only those file(s)

yarn purge joe-bob kitty-luvr73

Do it with your own risk

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.

Next Step ๐Ÿš€

This repo will introducing Open Source flow, we expect you will know how to fork repository, how branching works, how to create pull request and other things about contribution to open source code. After you know the basics thing, we hope you will not stop here.

Please keep contribute to any open source code.


Copyright ยฉ 2018 Irfan Maulana

About

๐Ÿ‘ถ Repository for beginners that learn to contribute to open source project

License:MIT License


Languages

Language:JavaScript 100.0%