Skip to content

What is the current policy on adding external code to modm? #738

Answered by salkinium
ASMfreaK asked this question in Q&A
Discussion options

You must be logged in to vote

it was implemented as a separate repository?

Yes, in the modm-ext organization, which contains all our support code.
We chose to buffer external repositories ourselves for three reasons:

  1. to reduce submodule sizes: We usually only need a few files from the whole project, and don't need to clone everything else.
  2. to guarantee the submodule's future existance: Perhaps the external repo gets deleted, or the commit SHA we depend on gets force pushed away. We previously forked project for that reason, but that didn't make their sizes smaller.
  3. The external organization doesn't spam the main org full with automated update messages and nobody's tempted to open issues on any of these repositories…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@salkinium
Comment options

Answer selected by ASMfreaK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants