From 39ded9c7f43d2c5f2e98d90c5c45669f52fa28d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Vega?= Date: Fri, 28 Jun 2024 17:17:41 -0700 Subject: [PATCH] Ensure list item ends with period for consistency (#216) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrés Vega --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be5a0fa..759e5db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ While it's totally fine to simply bring it up on our Discord, we encourage openi - Else skip to step 3. 2. Discuss the change with the teams to ensure we have consensus on the change being welcome. 3. We encourage opening the PR sooner than later, and prefixing with `WIP:` so GitHub labels it as a Draft. -4. Please include a detailed list of changes that the PR makes +4. Please include a detailed list of changes that the PR makes. 5. Once the PR is ready for review, remove the Draft status, and request a review from `edera-dev/engineering`. 6. After the review cycle concludes and we know you are ready for merging, a team member will submit the PR to the merge queue.