All Projects → mazipan → Hello Open Source

mazipan / Hello Open Source

Licence: mit
🖐️ A repository to learn about open source code contributions flow

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hello Open Source

Gradle License Plugin
Gradle plugin that provides a task to generate a HTML license report of your project.
Stars: ✭ 246 (-7.52%)
Mutual labels:  open-source
Fonts
🔤 A collection of 100% actually free open source fonts!
Stars: ✭ 252 (-5.26%)
Mutual labels:  open-source
Jobs
💼 Post your open source design jobs, and find open source design to work on!
Stars: ✭ 257 (-3.38%)
Mutual labels:  open-source
Zeroth
Kaldi-based Korean ASR (한국어 음성인식) open-source project
Stars: ✭ 248 (-6.77%)
Mutual labels:  open-source
Startbootstrap One Page Wonder
A simple, one page, Bootstrap HTML website template created by Start Bootstrap
Stars: ✭ 249 (-6.39%)
Mutual labels:  open-source
Startbootstrap Sb Admin
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,861 (+975.56%)
Mutual labels:  open-source
Talks
schedule and materials about my presentations
Stars: ✭ 245 (-7.89%)
Mutual labels:  open-source
Openlibrary
One webpage for every book ever published!
Stars: ✭ 3,311 (+1144.74%)
Mutual labels:  open-source
Edx App Android
The Open EdX mobile app for Android!
Stars: ✭ 252 (-5.26%)
Mutual labels:  open-source
Xenorchestra installer
A simple install script for Xen Orchestra
Stars: ✭ 252 (-5.26%)
Mutual labels:  open-source
Cortex Analyzers
Cortex Analyzers Repository
Stars: ✭ 246 (-7.52%)
Mutual labels:  open-source
Infrabox
InfraBox is a cloud native continuous integration system
Stars: ✭ 249 (-6.39%)
Mutual labels:  open-source
Awesome Linux Software
A list of awesome applications, software, tools and other materials for Linux distros.
Stars: ✭ 16,943 (+6269.55%)
Mutual labels:  open-source
Scipio Erp
Your Online Business Kit - Build your own business applications. Create your own online shop. Customize to your own needs.
Stars: ✭ 247 (-7.14%)
Mutual labels:  open-source
Thanks
🙌 Give thanks to the open source maintainers you depend on! ✨
Stars: ✭ 2,753 (+934.96%)
Mutual labels:  open-source
Adguarddns
Public DNS resolver that protects you from ad trackers
Stars: ✭ 245 (-7.89%)
Mutual labels:  open-source
Laravel User Activity
Monitor user activity easily!
Stars: ✭ 253 (-4.89%)
Mutual labels:  open-source
Startbootstrap Shop Homepage
A shop homepage Bootstrap HTML template created by Start Bootstrap
Stars: ✭ 261 (-1.88%)
Mutual labels:  open-source
Megaglest Source
MegaGlest real-time strategy game engine (cross-platform, 3-d)
Stars: ✭ 259 (-2.63%)
Mutual labels:  open-source
Firecracker
Secure and fast microVMs for serverless computing.
Stars: ✭ 16,826 (+6225.56%)
Mutual labels:  open-source

Hello Open Source 🖐️

A repository to learn about open source code contributions flow (for beginner only)

🌎 Translations

Sorted alphabetically

❓ How to contribute

  • Fork this repo, read how to fork repo
  • Checkout your forked repo to your computer, read how to clone repo
  • Create a new branch with your github username as a branch name, example: add-mazipan.js. Do NOT use the master or main branch when you will create a Pull Request. read article about how to creating a branch
  • Make sure you are on the new branch, type a command: git branch --show-current
  • Add your first file with this name github_username.js on the people directory inside your new branch.
  • Add these code in your new file:
module.exports = {
  name: 'YOUR_NAME',
  github: 'XXX',
  email: '[email protected]',
  twitter: '@xxx',
  facebook: 'xxx',
  linkedin: 'in/xxx'
};
  • Create a pull request to master branch in this repository, read how creating pull request
  • Don't forget to give your 🌟 to this repository, you can check in stargazers page
  • Help me to follow github @mazipan
  • I will check your PRs, and will add invalid label and close the PRs those not following the steps correctly
  • Have fun, and welcome to the open source world.
  • Keep in mind, quality is always number one when creating PRs, read the instructions carefully.

💰 Is this a data collection?

No, this repo is intended for learning purpose.

🥶 Do I need to attach my real name?

No, you can put a fake data. We just want to learn about a contributtion flow in the open source ecosystem.

🙈 Do it with your own risk

We don't collect any data. But there is a chance for other people to abuse your data. Please do it with your own risk. We don't protect your data.

⤵️ 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 remove my data?

Remove all data

yarn purge

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

yarn purge joe-bob kitty-luvr73

❌ I will delete the data periodically.

🚶 Next Step

This repo will introduce to open source contribution flow. After finishing all steps here, we expect you will have a basic knowledge in how to fork repository, know how a git branch works, how to create a good pull request and other basic things to make your next contribution in open source code 🥳.

👉 Do NOT stop here, keep contribute to open source code


Copyright © 2018-2021 Irfan Maulana

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].