From 3e238b82f64ab9ba83c4a8ac2f861661f7cad3cf Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sun, 9 Oct 2022 01:18:35 -0700 Subject: [PATCH] Update CONTRIBUTING.md Verbiage change, and slight markdown adjustments. --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 666add17..42cbf44d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ section in the README. Please consider opening a [feature request ticket](https://github.com/sharkdp/bat/issues/new?assignees=&labels=feature-request&template=feature_request.md) -first in order to give us a chance to discuss the feature first. +first in order to give us a chance to discuss the details and specifics of the potential new feature before you go and build it. ## Adding new syntaxes/languages or themes @@ -50,12 +50,12 @@ first. ## Regression tests -You are strongly encouraged to add regression tests. Regression tests are great, +You are **strongly encouraged** to add regression tests. Regression tests are great, not least because they: -* ensure that your contribution will never completely stop working, +* Ensure that your contribution will never completely stop working. -* makes code review easier, because it becomes very clear what the code is +* Makes code reviews easier, because it becomes very clear what the code is supposed to do. For functional changes, you most likely want to add a test to