From b2fa703ceb3d9bd3f8fbb3467f69bfaad0c5c6da Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Thu, 10 Jul 2025 06:07:00 +0200 Subject: [PATCH] Update AGENTS.md (#1278) --- AGENTS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 3ba34c73..2f1f556c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -27,7 +27,7 @@ npm run build To run the tests make sure that xvfb is installed: ``` -apt run xvfb +apt install xvfb ``` Run the development server in the background with Vite: @@ -41,3 +41,7 @@ Then start the Cypress tests with: ``` xvfb-run -a npm run test ``` + +## Pull Requests + +- Pull requests should update `CHANGELOG.md` with a short description of the change.