Introduction
After reading this article, you will know how to contribute to this great open source projects:
- Kubernetes?
- v8 JavaScript Engine ?
Kubernetes?
Licence: Apache License 2.0
GitHub: Kubernetes
Kubernetes, also known as K8s, is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for deployment, maintenance, and scaling of applications.
Getting Started On How To Contribute
Nowadays, as with most projects on GitHub, it's become pretty easy to contribute to any project. Simple steps could sound like that:
- Choose the issue you would like to solve.
- Fork and Clone the repo.
- Make a fix.
- Push it to the newly created branch with a similar name to the solving issue.
- Lastly, create a Pull Request and sign CLA
Node.js ?
Licence: BSD licenses
GitHub: V8
Node.js is an open-source, cross-platform, JavaScript runtime environment.
Getting Started On How To Contribute
- Choose the issue you would like to solve.
- Fork and Clone the repo.
- Make a fix.
- Push it to the newly created branch with a similar name to the solving issue.
- Lastly, create a Pull Request
Conclusion
⚠️ Second Blog Post: Link
Links
🖇 git https://github.com/aserputov
🖇 twitter https://twitter.com/aserputov\
p.s This post was made for my SPO class Lab 1 assignment
Top comments (0)