Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.14 KB

k8s

Kubernetes

License MIT

Welcome to the repository that we learn about k8s.

🤔 How to contribute

If you want to contribute to this repository here, either by correcting a problem, adding comments or improving documents, you can follow this tutorial below:

  • Do a fork from this repository;
  • Go to your GitHub profile and make a clone of the fork repository;
  • Create a branch with your change: git checkout -b my-change;
  • Make any necessary changes to the code or documentation;
  • Commit your changes: git commit -m 'feat: my new feature';
  • Make a push for your branch: git push origin my-change;
  • Now just open your pull request in the repository that you fork;

After the merge of your pull request is done, you can delete your branch.


Made with ♥ by Thiago Lopes