From 87bb949a9306619fe123e9075a5739f562975421 Mon Sep 17 00:00:00 2001 From: Ahmed Harabi <123783548+ahmedharabi@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:57:48 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20VM=20Acceptance=20Criteria=20?= =?UTF-8?q?('The'=20=E2=86=92=20'They')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 674030325..18cd7ca90 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -258,7 +258,7 @@ recreated the next time you run the VM. We welcome the contribution of new VM definitions, as long as they meet the following criteria: -1. The should be different enough from existing VM definitions that they represent a distinct +1. They should be different enough from existing VM definitions that they represent a distinct user (and developer) experience. 2. There's a significant Ghostty user population that uses a similar environment. 3. The VMs can be built using only packages from the current stable NixOS release.