Skip to content

[Suggestion] Store resources as submodule #13

Open
@mattrossman

Description

@mattrossman

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions