add-bug
oleh remotion-dev
Tambahkan entri bug Remotion baru ke packages/bugs/api/[v].ts. Gunakan saat pengguna mendeskripsikan bug dan versi Remotion yang terpengaruh yang harus ditampilkan melalui…
npx skills add https://github.com/remotion-dev/remotion --skill add-bugAdd 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/changelogunless the user provides a specific link. - Add the entry at the top of the array so the most recent bugs come first.