-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identify all submodules #13
Comments
External submodules:
CF submodules
|
Closing as it's tracked in #35 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Identify all the submodules and the functionality used from submodules.
Check:
if the submodules are at the latest version - OK
if there is a develop branch with updated code (CF submodule) - if code is old try to update the master from develop and update to current coding standards
if the submodules are unmaintained forks of external repos - update the project to use the external repo
In the end the submodules will be removed, code from submodules will be included in main project repo or will be included via Composer.
The text was updated successfully, but these errors were encountered: