From f890cf671de954a3595903ca21ac1471d9b2ea46 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 17 Jan 2024 15:14:22 +0100 Subject: [PATCH] updated CONTRIBUTING.md file. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3d9a6ab..afb03d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ it together. We welcome contributions in the form of pull requests. If you want to contribute code, please follow these guidelines: -1. Fork the repository and create your branch from `main`. +1. Fork the repository and create your branch from `v1`. 2. Make sure your code adheres to the [Go coding standards](https://golang.org/doc/effective_go). 3. Make sure your code respects all [linting rules](./.golangci.yml) using [golangci-lint](https://golangci-lint.run/) version 1.52.2.