Skip to content
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

Stop recommending git submodule #531

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

pocke
Copy link
Member

@pocke pocke commented Mar 8, 2024

This PR removes the git submodule suggestion from the boilerplate generator and the document.

This change is for #520.
In the new system, A PR author can merge the PR if it includes only files under gems/GEM_NAME/. But .gitmodules file is on the root directory.

I think the submodule is rarely utilized, and it introduces other difficulties (slow git clone, traps on renaming directories, and so on). Therefore, I'd like to stop adding a new submodule to this repository.

This PR does not remove existing submodules. They can still be available. (Perhaps I will remove them in the future if no one uses them)

BTW, the script, which will be introduced in #520, can turn on the submodule support if there is a demand. I'll decide whether it supports git submodule or not after a while.

@pocke pocke marked this pull request as ready for review March 8, 2024 04:49
@pocke pocke merged commit 06b7527 into ruby:main Mar 8, 2024
3 checks passed
@pocke pocke deleted the Stop_recommending_git_submodule branch March 8, 2024 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant