mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
...
This commit is contained in:
@@ -45,3 +45,5 @@ Before declaring a task complete, you must follow this exact verification lifecy
|
|||||||
1. Run the local **Build Command** to guarantee zero compilation or compilation-stage type errors.
|
1. Run the local **Build Command** to guarantee zero compilation or compilation-stage type errors.
|
||||||
2. Run the local **Test Command** targeted at the modified module to prevent regressions.
|
2. Run the local **Test Command** targeted at the modified module to prevent regressions.
|
||||||
3. If errors occur, analyze the stdout logs completely before writing a fix. Do not guess.
|
3. If errors occur, analyze the stdout logs completely before writing a fix. Do not guess.
|
||||||
|
4. If the change you have made is user facing, update the docs/changelog.rst
|
||||||
|
file with a brief description of your changes
|
||||||
|
|||||||
Reference in New Issue
Block a user