docs: fix stale references and wording - #2184
Merged
Merged
Conversation
Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
mesutoezdil
force-pushed
the
docs/fix-stale-references
branch
from
July 8, 2026 21:44
5f92dff to
8681eb9
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates documentation and GitHub issue templates to remove stale branch/PR-specific wording and improve clarity of references across the repo.
Changes:
- Refines Python setup and project-structure wording in
python/README.md. - Removes branch/PR-specific language from Substrate and OIDC proxy auth docs to make them repo-generic.
- Fixes issue-template “existing issues” links to point to the correct GitHub issues page; updates the documented Go prerequisite version.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| python/README.md | Improves wording for venv setup and package-structure description. |
| docs/substrate-agentharness-lifecycle.md | Replaces branch-scoped phrasing with repo-scoped lifecycle statement. |
| docs/OIDC_PROXY_AUTH_ARCHITECTURE.md | Makes OIDC proxy auth doc generic to kagent rather than a specific branch/PR. |
| DEVELOPMENT.md | Updates documented Go prerequisite version. |
| .github/ISSUE_TEMPLATE/3-documentation.yml | Fixes “existing issues” link to point to the repo’s issues page. |
| .github/ISSUE_TEMPLATE/2-feature_request.yml | Fixes “existing issues” link to point to the repo’s issues page. |
| .github/ISSUE_TEMPLATE/1-bug_report.yml | Fixes “existing issues” link to point to the repo’s issues page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
EItanya
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix stale and incorrect content across docs and templates.