Skip to content

chore(repo): sync PR template — add **Renamed:** subsection#30

Merged
brettdavies merged 1 commit intodevfrom
chore/sync-pr-template-renamed-section
Apr 27, 2026
Merged

chore(repo): sync PR template — add **Renamed:** subsection#30
brettdavies merged 1 commit intodevfrom
chore/sync-pr-template-renamed-section

Conversation

@brettdavies
Copy link
Copy Markdown
Owner

Summary

Mirrors the canonical PR-template update at ~/dotfiles/stow/github/dot-config/github/pull_request_template.md into this repo's .github/pull_request_template.md. The canonical template gained a **Renamed:** subsection under ## Files Modified (between **Created:** and **Deleted:**) so PR authors can record file moves separately from pure deletions during repo restructures. GitHub does not follow symlinks for PR-template discovery, so each repo carries its own copy that must be synced manually whenever the canonical changes. This PR brings agentnative-cli back to zero drift against the canonical.

Changelog

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • refactor: Code refactoring (no functional changes)
  • perf: Performance improvement
  • docs: Documentation update
  • test: Adding or updating tests
  • chore: Maintenance tasks (dependencies, config, etc.)
  • ci: CI/CD configuration changes
  • style: Code style/formatting changes
  • build: Build system changes
  • BREAKING CHANGE: Breaking API change (requires major version bump)

Related Issues/Stories

  • Story: keep the canonical PR template in sync across all brettdavies repos
  • Issue: n/a
  • Architecture: ~/dotfiles/stow/github/dot-config/github/pull_request_template.md is the SoT for PR-template structure; per-repo .github/pull_request_template.md files mirror it (GitHub doesn't follow symlinks for template discovery)
  • Related PRs: parallel sync PRs in agentnative-skill and agentnative-site

Testing

  • Unit tests added/updated
  • Integration tests added/updated
  • Manual testing completed
  • All tests passing

Test Summary:

  • diff .github/pull_request_template.md ~/.config/github/pull_request_template.md shows zero remaining drift after the copy.

Files Modified

Modified: .github/pull_request_template.md

Breaking Changes

  • No breaking changes
  • Breaking changes described below:

Deployment Notes

  • No special deployment steps required
  • Deployment steps documented below:

Checklist

  • Code follows project conventions and style guidelines
  • Commit messages follow Conventional Commits
  • Self-review of code completed
  • Tests added/updated and passing
  • No new warnings or errors introduced
  • Changes are backward compatible (or breaking changes documented)

…es Modified

Mirrors the canonical update at ~/dotfiles/stow/github/dot-config/github/pull_request_template.md.
The Renamed subsection lets PR authors record file moves separately from
pure deletions, which matters during repo restructures where renames
should not be conflated with deletions in the changelog generator's
PR-body parsing.
@brettdavies brettdavies merged commit 3caa40e into dev Apr 27, 2026
6 checks passed
@brettdavies brettdavies deleted the chore/sync-pr-template-renamed-section branch April 27, 2026 21:58
brettdavies added a commit that referenced this pull request Apr 27, 2026
…oss-repo finding

Captures CLI dev state at 2026-04-27 evening: 9 commits unreleased since v0.1.3
(was 6 at plan-write; +1 plan refresh, +2 chore — PR #30 PR-template sync and
the cliff.toml repo-name post-rename fix). Adds a 'Pre-launch dev hygiene log'
subsection enumerating the chore commits and why each matters for v0.2.0
coherence. Records the cross-repo finding (site sync-coverage-matrix.sh
rename-drift) with a pointer to the P0 todo filed locally on the site repo.
Verifies that spec's cliff.toml didn't have the same drift (spec kept the
canonical 'agentnative' slug; only CLI carried the '-cli' suffix change).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant