From 94d8cd51002b80442ecfc8c3c29063b7d1dc2751 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Tue, 1 Dec 2020 19:38:14 +0100 Subject: [PATCH] Minor fixes in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dca1d0f3..a1770575 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,12 +8,12 @@ Thank you for considering to contribute to `bat`! If your contribution changes the behavior of `bat` (as opposed to a typo-fix in the documentation), please update the [`CHANGELOG.md`](CHANGELOG.md) file -and describe your changes. This makes the release proess much easier and +and describe your changes. This makes the release process much easier and therefore helps to get your changes into a new `bat` release faster. The top of the `CHANGELOG` contains a *"unreleased"* section with a few subsections (Features, Bugfixes, …). Please add your entry to the subsection -that best describes your change +that best describes your change. Entries follow this format: ```