بنقرة واحدة
changelog
Create a changelog entry for Unity Timeline by asking for bug number, change type, and description
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a changelog entry for Unity Timeline by asking for bug number, change type, and description
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | changelog |
| description | Create a changelog entry for Unity Timeline by asking for bug number, change type, and description |
| disable-model-invocation | false |
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))