Lombiq/Open-Source-Orchard-Core-Extensions

Detect in submodules if there's no PR here (OSOE-131)

Piedone opened this issue · 1 comments

If you change a submodule of this project, then to do integration, code analysis, and run tests, you should also open a PR here (as also mentioned in the docs). We need something to enforce this.

Perhaps have a build for submodules that fails if it doesn't somehow detect a corresponding PR here?

This repo could automatically be updated with submodule changes too but that's after the fact, at that point the changes are already merged.

Implemented in #130.