From 05ce97f3c7e0144360200574f46cedb8eb372cec Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Tue, 27 Aug 2024 15:06:55 -0500 Subject: [PATCH] PR template: fix typo --- .github/pull_request_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ba394ca346..0c180e4254 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,8 +5,7 @@ Pull request requirements: the implementation name. - [ ] Github Actions CI passes all checks (including self-host) -Additional requirements if your are adding a new implementation (see -[FAQ](../docs/FAQ.md#add_implementation) for details): +Additional requirements if you are adding a new implementation (see [FAQ](../docs/FAQ.md#add_implementation) for details): - [ ] Follow incremental structure (no common eval code) - [ ] Add `impls//Dockerfile`