Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| fxdemo:05-part:17-git-and-review-workflow:17-3-commit-conventions:start [2026/08/12 15:44] – owen | fxdemo:05-part:17-git-and-review-workflow:17-3-commit-conventions:start [2026/08/12 15:44] (current) – owen | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| A commit should not mix unrelated changes unless the team intentionally bundles them for a reviewed Baseline update. For example, a change to an IDL file may properly include regenerated type Artifacts and affected tests. A change to spelling in documentation should not also change runtime behavior. | A commit should not mix unrelated changes unless the team intentionally bundles them for a reviewed Baseline update. For example, a change to an IDL file may properly include regenerated type Artifacts and affected tests. A change to spelling in documentation should not also change runtime behavior. | ||
| - | Developers should not commit local virtual environments, | + | Developers should not commit local virtual environments, |
| ---- | ---- | ||