Skip to content

Conversation

@petkostas
Copy link
Contributor

@petkostas petkostas commented Aug 23, 2025

Summary

This PR re-introduces devcontainers allowing developers to bypass certain OS complexities.

Does this close any open issues?

Closes #8553 8553

Other Information

Kudos to @TonyWu1995 for the original contribution.

Many macOS developers use Homebrew to manage packages, and Homebrew
often installs its own version of libgit2 as a shared dependency for
other tools. This system-level installation frequently conflicts with
the version required by the plugin, forcing developers into complex
workarounds.
Dev container allow developers to overcome the issues regarding git2go
allowing them to properly test and run the code while contributing to
the project.
@petkostas petkostas self-assigned this Aug 23, 2025
@petkostas petkostas added the type/feature-request This issue is a proposal for something new label Aug 23, 2025
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. pr-type/feature-development This PR is to develop a new feature labels Aug 23, 2025
@petkostas petkostas requested review from Startrekzky and klesh August 23, 2025 18:11
Copy link
Contributor

@klesh klesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@klesh klesh merged commit c33efe8 into apache:main Aug 25, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-type/feature-development This PR is to develop a new feature size:L This PR changes 100-499 lines, ignoring generated files. type/feature-request This issue is a proposal for something new

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature][devcontainer] Re-introduce devcontainers

2 participants