-
Notifications
You must be signed in to change notification settings - Fork 15
Contributing and Git Usage Info
Robert Bartel edited this page Dec 18, 2023
·
1 revision
Complete details for the project's Git usage and contribution strategy can be found in this document.
In short, the process is:
- Create your own DMOD fork in Github
- Clone your fork and setup your repo on your local development machine
- Make sure to keep your fork and your local clone(s) up to date with the upstream DMOD repo, ensuring histories remain consistent by performing rebasing
- Figure out a branching strategy that works for you, with this strategy offered as a suggestion
- Make changes you want to contribute, commit them locally, and push them to your Github fork
- Submit pull requests to the upstream repo's master from a branch in your fork when you have a collection of changes ready to be incorporated