From f3cf3da7264fe3837fea1e1df7714d3720b09ba2 Mon Sep 17 00:00:00 2001 From: niklr Date: Fri, 6 May 2022 11:34:54 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 43027039a..71ca728d9 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ Please make sure your contributions adhere to our coding guidelines: - Code must adhere to the official Go [formatting](https://golang.org/doc/effective_go.html#formatting) guidelines. - Code must be documented adhering to the official Go [commentary](https://golang.org/doc/effective_go.html#commentary) guidelines. - Pull requests need to be based on and opened against the `master` branch. +- Open an issue before submitting a PR for non-breaking changes. +- Publish a VEP proposal before submitting a PR for breaking changes. ## License