From 11becb1aa9ab72d2887e7ae676f445812934ae02 Mon Sep 17 00:00:00 2001 From: Ruben Hoenle Date: Tue, 12 May 2026 09:48:37 +0200 Subject: [PATCH] feat(docs): link commit message guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce4c13ca4..dfd1bbf86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -166,7 +166,7 @@ To make your contribution, follow these steps: 1. Check open or recently closed [Pull Requests](https://github.com/stackitcloud/stackit-sdk-go/pulls) and [Issues](https://github.com/stackitcloud/stackit-sdk-go/issues) to make sure the contribution you are making has not been already tackled by someone else. 2. Fork the repo. 3. Make your changes in a branch that is up-to-date with the original repo's `main` branch. -4. Commit your changes including a descriptive message. +4. Commit your changes including a descriptive message (see our [commit message guide](https://github.com/stackitcloud/terraform-provider-stackit/blob/main/CONTRIBUTING.md#commit-messages) in the STACKIT Terraform provider repository). 5. Create a pull request with your changes. 6. The pull request will be reviewed by the repo maintainers. If you need to make further changes, make additional commits to keep commit history. When the PR is merged, commits will be squashed.