Skip to content

docs: bootstrap.md Contributor Path missing base-bash-libs clone step #1259

Description

@codeforester

The Contributor Path section walks through bootstrapping Base from source but omits the required git clone https://github.com/basefoundry/base-bash-libs.git ~/work/base-bash-libs step. CONTRIBUTING.md includes this step explicitly, because the BATS test suite resolves the sibling ~/work/base-bash-libs path at bootstrap. A contributor following only bootstrap.md will encounter a cryptic test suite failure when env -u BASE_HOME ./bin/base-test cannot resolve reusable Bash library paths.

Fix: Add git clone https://github.com/basefoundry/base-bash-libs.git ~/work/base-bash-libs to the Contributor Path in bootstrap.md, after the Base repo clone step and before basectl setup --profile dev, matching the ordering in CONTRIBUTING.md.

File: docs/bootstrap.md

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions