From 8aa3282c3d2075d68446e8a8b0b0c5c27cc2d156 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:24:49 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8bb83e06..388d1f36 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -128,7 +128,7 @@ Please submit a pull request once you've made a change. Here are a few guideline - A PR should be about one *single* feature change. The fewer items you change, the more likely the PR is to be accepted. -- Your PR should contain a description that first explains at a high level what you did, and then describes the exact changes you made, and to which files. Please don't use vague statements like "refactored code" or "improved types" (instead, describe what code you refactored, or what types you changed). +- Your PR should contain a description that first explains at a high level what you did, and then describes the exact changes you made (and to which files). Please don't use vague statements like "refactored code" or "improved types" (instead, describe what code you refactored, or what types you changed). - Your title should clearly describe the change you made.