MrLixm / AgXc

Fork of Troy.S AgX, a display rendering transform available via OCIO and more
92 stars 8 forks source link

refacto(dev): new developer workflow #33

Closed MrLixm closed 5 months ago

MrLixm commented 5 months ago

Changelog

Improvement for the "developer workflow". We better structure the repository so developer-only file that mix with "user files".

Changed

Notes

The correct way to do this would be to:

The other solution was to develop an alternate git branching workflow like this (similar to git flow): git workflow diagram But it would be too complex so I ended up on this simple solution which is having everything in the main branch, but isolating source files in the .dev directory.