You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,14 +131,14 @@ This project uses [Changesets](https://github.com/changesets/changesets) for ver
131
131
132
132
Changeset guidelines:
133
133
- Create a changeset for any user-facing changes (features, bug fixes); typically in new pull requests;
134
-
- a pull request can have multiple changesets
134
+
- a pull request can have multiple changesets; separate files for separate changes
135
135
- Select the appropriate semver bump: `patch` (bug fixes) or `minor` (new features)
136
136
- This is a pre-1.0 preview release, so there are no `major` breaking change bumps yet
137
137
- Good changesets explain:
138
138
- WHAT the change is
139
139
- WHY the change was made
140
140
- HOW a consumer should update their code
141
-
- Good changesets are brief and user-focused (not contributor); they are generally 1 line or a short paragraph for detailed changes; The content of the changeset is used in CHANGELOG and release notes.
141
+
- Good changesets are brief and user-focused (not contributor); they are generally 1 line or two; The content of the changeset is used in CHANGELOG and release notes. You do not need to list internal implementation details or all details of commands; just the high level summary for users.
142
142
143
143
create a changeset file directly in `.changeset/` with a unique filename (e.g., `descriptive-change-name.md`):
0 commit comments