* docs: add changeset guidelines to contributing docs Contributors and agents need to know when and how to add changesets. Without one, changes to published packages won't trigger a release. - CONTRIBUTING.md: full Changesets section with when/when-not, how to add, writing descriptions, examples for patch/minor/major - AGENTS.md: concise changeset subsection using --empty for non-interactive use, added as step in PR flow - PR template: changeset checkbox in checklist * docs: note that multiple changes need separate changesets
39 lines
1.5 KiB
Markdown
39 lines
1.5 KiB
Markdown
## What does this PR do?
|
|
|
|
<!-- Describe the change and why it's needed. Link to a related issue or discussion. -->
|
|
|
|
Closes #
|
|
|
|
## Type of change
|
|
|
|
<!-- Check one. If "Feature", a prior Discussion is required — see below. -->
|
|
|
|
- [ ] Bug fix
|
|
- [ ] Feature (requires [approved Discussion](https://github.com/emdash-cms/emdash/discussions/categories/ideas))
|
|
- [ ] Refactor (no behavior change)
|
|
- [ ] Documentation
|
|
- [ ] Performance improvement
|
|
- [ ] Tests
|
|
- [ ] Chore (dependencies, CI, tooling)
|
|
|
|
## Checklist
|
|
|
|
- [ ] I have read [CONTRIBUTING.md](https://github.com/emdash-cms/emdash/blob/main/CONTRIBUTING.md)
|
|
- [ ] `pnpm typecheck` passes
|
|
- [ ] `pnpm --silent lint:json | jq '.diagnostics | length'` returns 0
|
|
- [ ] `pnpm test` passes (or targeted tests for my change)
|
|
- [ ] `pnpm format` has been run
|
|
- [ ] I have added/updated tests for my changes (if applicable)
|
|
- [ ] I have added a [changeset](https://github.com/emdash-cms/emdash/blob/main/CONTRIBUTING.md#changesets) (if this PR changes a published package)
|
|
- [ ] New features link to an approved Discussion: https://github.com/emdash-cms/emdash/discussions/...
|
|
|
|
## AI-generated code disclosure
|
|
|
|
<!-- If any part of this PR was generated by AI tools (Copilot, Claude, GPT, Cursor, etc.), check the box. This is fine — we just need to know so reviewers can pay extra attention to edge cases. -->
|
|
|
|
- [ ] This PR includes AI-generated code
|
|
|
|
## Screenshots / test output
|
|
|
|
<!-- Optional. Include if the change is visual or if you want to show test results. -->
|