From 404a3b53e22099df287b39e358b7e3fa29f6574f Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 21 Dec 2019 09:11:30 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a324d925..e0fa6c94 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ You may also wish to check out the [rqlite Google Group](https://groups.google.c If you open a pull request, please ensure the commit history is clean. Squash the commits into logical blocks, perhaps a single commit if that makes sense. What you want to avoid is commits such as "WIP" and "fix test" in the history. This is so we keep history on master clean and straightforward. ## Third-party libraries -Please avoid using libaries other than those available in the standard library, unless absolutely necessary. This requirement is relaxed somewhat for software other than rqlite node software itself. To understand why this approach is taken, check out this [post](https://blog.gopheracademy.com/advent-2014/case-against-3pl/). +Please avoid using libaries other than those available in the standard library, unless necessary. This requirement is relaxed somewhat for software other than rqlite node software itself. To understand why this approach is taken, check out this [post](https://blog.gopheracademy.com/advent-2014/case-against-3pl/). ## Building rqlite *Building rqlite requires Go 1.12 or later. [gvm](https://github.com/moovweb/gvm) is a great tool for installing and managing your versions of Go.*