-
Notifications
You must be signed in to change notification settings - Fork 10
Is there any way to support other user's fork branch on our fork of original repository to merge into original repository? #1464
Description
ProverCoderAI/docker-git#133
https://gist.githubusercontent.com/konard/a275a6ff7ab0b05f042b41c639aa0f66/raw/846bc483e1f9abbe25f71dbb685574b719631f39/solve-2026-03-21T17-45-29-130Z.log
At the moment we are trying to search for issue-132 in our fork, which does not exists, but we don't handle the case, that this branch exists on another user's fork.
We need to download all logs and data related about the issue to this repository, make sure we compile that data to ./docs/case-studies/issue-{id} folder, and use it to do deep case study analysis (also make sure to search online for additional facts and data), in which we will reconstruct timeline/sequence of events, find root causes of the problem, and propose possible solutions (including known existing components/libraries, that solve similar problem or can help in solutions).
If there is not enough data to find actual root cause, add debug output and verbose mode if not present, that will allow us to find root cause on next iteration.
If issue related to any other repository/project, where we can report issues on GitHub, please do so. Each issue must contain reproducible examples, workarounds and suggestions for fix the issue in code.