add-bug

작성자: remotion-dev

packages/bugs/api/[v].ts에 새로운 Remotion 버그 항목을 추가하세요. 사용자가 버그와 영향을 받는 Remotion 버전을 설명할 때 사용하세요. 이를 통해…

npx skills add https://github.com/remotion-dev/remotion --skill add-bug

Add a new bug entry to packages/bugs/api/[v].ts.

The user will describe the bug and the affected version(s). Add the new entry at the top of the bugs array, immediately after the opening bracket, following the existing format:

{
	title: '<short title>',
	description: '<description with upgrade instruction>',
	link: 'https://remotion.dev/changelog',
	versions: ['<affected versions>'],
},

Rules:

  • The description should tell users which version to upgrade to.
  • The link should be https://remotion.dev/changelog unless the user provides a specific link.
  • Add the entry at the top of the array so the most recent bugs come first.