From c738ae0162daee0d5acb2a2f71b8e83c1e867ce2 Mon Sep 17 00:00:00 2001 From: Oleksandr Levchenkov Date: Fri, 2 Aug 2024 21:43:39 +0300 Subject: [PATCH] add sign off note to the readme (#321) Signed-off-by: ollevche --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c310dd7..2a2cb3f8 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,7 @@ You can also run the dev server in a container with the following command: ```bash docker compose up --build ``` + +## Contributing + +When you contribute code to OpenTofu, do not forget to sign off your commits as [described here](https://github.com/opentofu/opentofu/blob/main/CONTRIBUTING.md#signing-off-your-commits).