kmfarley11 / PokeYellow_Cpp

An attempt to recreate Pokemon Yellow Version (from the ground up) via CPP, OpenGL, and SDL(2)
9 stars 0 forks source link

ORG: Finalize Project Organization #7

Closed kmfarley11 closed 8 years ago

kmfarley11 commented 8 years ago

This issue will represent any changes needed to be made towards file / project organization. That includes makefiles, utility scripts, folder organizations, tool / environment support etc.

It will likely be a perpetual issue, and when committing any fix with sole regards to it, then insert "ORG: " at the beginning of your commit messages. This essentially means that instead of committing with "master: " while on the master branch, simply commit with "ORG: ."

Fixes of this type can be pushed to master so long as it is ENSURED that they DO NOT break anything which is already working. Anyone making these changes will also be expected to assist others who may encounter sudden build issues etc.

kmfarley11 commented 8 years ago

This issue was abstracted to a milestone since it encompasses so many administrative changes. See Finalize Project Organization [ORG-000] for more details.