docs: clarify issue template requirements#7832
Open
sainzs wants to merge 1 commit intoKilo-Org:mainfrom
Open
Conversation
|
Someone is attempting to deploy a commit to the Kilo Code Team on Vercel. A member of the Team first needs to authorize it. |
| Build and launch the extension in an isolated VS Code instance: | ||
|
|
||
| ```bash | ||
| bun run extension # Build + launch in dev mode |
Contributor
There was a problem hiding this comment.
WARNING: Documented extension command does not exist
The repo root package.json does not define an extension script, and there is no matching executable in the workspace, so bun run extension will fail immediately for contributors following this guide. This section should point to the existing VS Code launch configurations in .vscode/launch.json or to the real scripts under packages/kilo-vscode/package.json.
Contributor
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Other Observations (not in diff)None. Fix these issues in Kilo Cloud Files Reviewed (1 files)
Reviewed by gpt-5.4-20260305 · 653,731 tokens |
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.
Context
Fixes
#6115.CONTRIBUTING.mddid not explain what issue content is required when contributors open issues throughgh, the API, or another path that bypasses the GitHub web UI templates. The repository workflows also link toCONTRIBUTING.md#issue-first-policyandCONTRIBUTING.md#pr-titles, but those headings did not exist.Implementation
Updated
CONTRIBUTING.mdto:Issue First PolicyandPR Titlesheadings so the workflow links resolve correctlyThis keeps the fix documentation-only and aligns the guide with the existing issue templates and automation.
Screenshots
CONTRIBUTING.mdhad no issue-template requirements and no matching anchor headingsCONTRIBUTING.mddocuments the required fields and includes the referenced headingsHow to Test
CONTRIBUTING.md.Issue First PolicyandPR Titlesexist..github/workflows/pr-standards.ymlnow resolve to matching anchors.Get in Touch
Discord: add your handle here if you want maintainer follow-up there.