Add agent-friendly PR and issue templates#293
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds lightweight, agent-friendly GitHub Markdown templates to standardize the context provided in new pull requests and issues, improving handoff clarity and reducing back-and-forth during triage and implementation.
Changes:
- Introduces a repository PR template capturing summary, related issues, agent handoff details, validation, documentation impact, and rollback info.
- Introduces a repository issue template capturing issue type, agent instructions, repro/expected behavior, environment details, acceptance criteria, and validation expectations.
Show a summary per file
| File | Description |
|---|---|
.github/PULL_REQUEST_TEMPLATE.md |
Adds a structured PR intake template with validation, risk/rollback, and agent handoff fields. |
.github/ISSUE_TEMPLATE.md |
Adds a structured issue intake template with agent instructions, repro details, and acceptance criteria. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 1
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Summary
This adds lightweight GitHub templates so contributors and agents provide consistent context when opening issues and pull requests. The templates capture the why, scope, validation, documentation impact, and handoff details without introducing a heavy process.
Related issue
N/A
Agent handoff
.github/..github/PULL_REQUEST_TEMPLATE.md,.github/ISSUE_TEMPLATE.md.Type of change
Validation
go test ./...make lintorgolangci-lint runweb/changedgit diff --check.Documentation
site/docs updated, if CLI, YAML, dashboard, or validator behavior changedRisk and rollback
Notes for reviewers
Please review whether the requested fields strike the right balance between agent-friendly handoff detail and keeping contributor friction low.