Contribution Guide

fork button 
fork screen 
fork repo $ git clone https://github.com/[your GitHub ID]/KubeArmorcd tests ~/KubeArmor/tests$ make$ cd KubeArmor ~/KubeArmor$ git status ~/KubeArmor$ git add [changed file]~/KubeArmor$ git commit -s -m "Add a new feature by [your name]"~/KubeArmor$ git push
commit ahead 
after pull request 
open pull request Signed-off-by: FirstName LastName <[email protected]>
Last updated
Was this helpful?