From 278e29b7b8f29d9ae8fa112ed044f402fdfd2dd4 Mon Sep 17 00:00:00 2001 From: Neil Macneale IV <46170177+macneale4@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:43:30 -0800 Subject: [PATCH] [no-release-notes] Update CONTRIBUTING.md (#1069) The unicode char at the end of the request for stars wasn't rendering. replaced with a :star: --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 458ef264d3..a898ae84bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ I will assume familiarity with the Go toolchain. ## Getting Set Up -1. **Star the repository**: Since you're about to contribute to the project, why not give us a star to show your support? � +1. **Star the repository**: Since you're about to contribute to the project, why not give us a star to show your support? ⭐️ 2. **Install the latest [Go](https://go.dev/dl/)**: We generally attempt to stay up-to-date with the latest version of Go. For the specific version in use, you may check the [go.mod](https://github.com/dolthub/doltgresql/blob/main/go.mod) file. 3. **Install PSQL 15**: Although we do not use PostgreSQL, we do use the PSQL client (for [PostgreSQL 15](https://www.postgresql.org/download/)) for testing.