Open
Description
Currently, setting up this project for local testing requires going into examples/_res
and following the instructions to clone the resources repository. This can be problematic because:
- It's an extra step that can be overlooked for contributors
- The
main
branch of the repository is not guaranteed to be in sync with commits in this repository
This could be handled more elegantly with the resources repo as a Git submodule of this project.
This would mean that:
- Both repositories can be cloned in one step with
git clone --recurse-submodules
- The appropriate commit from the resources repository will be versioned with this repository, so examples are guaranteed to work at any point in the project history.
Metadata
Metadata
Assignees
Labels
No labels