90DaysOfDevOps/Days/day41.md
2022-02-07 10:37:42 +00:00

1.0 KiB

The Open Source Workflow

Fork a Project 
Clones to local machine 
Contributes and commits changes to local fork 
We dont have the ability to push our changes to the master project 
Submit the changes to original project 
Push to dev repo 
Sending a Pull Request
maintainer checks and discusses maybe even automated tests. 
maintainer can pull changes from fork 

Resources

See you on Day 42