Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Background

<!-- Explain the problem or opportunity, the relevant current state, and why this change is needed. -->

## Implementation Approach

<!-- Describe the change, important design decisions, and scope boundaries. Use bullets when appropriate. -->

## Testing Approach

<!-- List the exact automated commands and manual or integration checks performed. State any checks not run and why. -->

## Review Perspectives / Points of Concern

<!-- Direct reviewers to material risks, trade-offs, compatibility, security, performance, accessibility, rollout, or rollback concerns. Write "None" when there are no special concerns. -->
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Edit sources under `content/`, not files under `generated/`. Run `npm run genera

Language syntax, schemas, and canonical examples belong to `stack-sh/specification`. CLI-specific contracts belong to `stack-sh/cli`. Link to those owners instead of creating competing contracts here.

Preserve the public documentation URLs and the `npx skills add stack-sh/cli` installation entry point. Consumer updates must pin a merged provider commit and validate generated content before publication. Use topic branches and pull requests; never push implementation directly to main.
Preserve the public documentation URLs and the `npx skills add stack-sh/cli` installation entry point. Consumer updates must pin a merged provider commit and validate generated content before publication. Use topic branches and pull requests; never push implementation directly to main. Write pull request titles and bodies in English, and follow `.github/pull_request_template.md` without removing or renaming its sections.