Create a changelog entry for Unity Timeline by asking for bug number, change type, and description
Create changelog entries in .changelogs/ following Unity Timeline's release notes guidelines.
Ask for issue number (use AskUserQuestion):
Ask for change type (use AskUserQuestion):
Ask for description: For bugfixes, write from user's perspective (not too technical - release notes are for users first). Don't copy bug titles verbatim.
Generate filename: [UUM-####|####]-<ShortDescription>.md
UUM-1234567-RectangleSelectionFix.md, Bad: TimelineFix.mdCreate file in .changelogs/<filename>.md:
<ChangeType>
- <Description> ([<JIRA_ID>](LINK))
https://issuetracker.unity3d.com/product/unity/issues/guid/<JIRA_ID>https://jira.unity3d.com/browse/<JIRA_ID>Confirm with user where file was created and remind to commit with changes.
.changelogs/TrackImprovements.md
Added
- Inline Curve Properties can be removed.
- Tracks can be individually resized.
.changelogs/AnimationCurveFixes.md
Fixed
- Fixed preview of Avatar Masks on base level Animation Tracks. ([1190600](https://issuetracker.unity3d.com/product/unity/issues/guid/1190600/))
.changelogs/UUM-131061-DomainReloadHandling.md
Internal
- Fixed Project Auditor warnings about domain reload handling. ([UUM-131061](https://jira.unity3d.com/browse/UUM-131061))