From e83cefa1c5864ad3053ca14d1f1b8664a325e2d1 Mon Sep 17 00:00:00 2001 From: Toby Brain Date: Sat, 5 Jul 2025 12:54:57 +1000 Subject: [PATCH 1/2] Addressing feedback on #1178 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8141c4e84..823e45a64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Fork the repo, work on an issue ## Updating the generated Kibana client. -If you're work involved the Kibana API, the endpoints may or may not be included in the generated client. +If your work involves the Kibana API, the endpoints may or may not be included in the generated client. Check [generated/kbapi](./generated/kbapi/) for more details. ## Acceptance tests @@ -65,4 +65,4 @@ To release a new provider version: - updates CHANGELOG.md with the list of changes being released. [Example](https://github.com/elastic/terraform-provider-elasticstack/commit/be866ebc918184e843dc1dd2f6e2e1b963da386d). -* Once the PR merged, the release CI pipeline can be started by pushing a new release tag to `main` branch. +* Once the PRis merged, the release CI pipeline can be started by pushing a new release tag to the `main` branch. From 718b7d14ef984921eff57043e1624959eeffa63d Mon Sep 17 00:00:00 2001 From: Toby Brain Date: Mon, 7 Jul 2025 19:24:16 +1000 Subject: [PATCH 2/2] Update CONTRIBUTING.md Co-authored-by: Julian Gernun <17549662+jcger@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 823e45a64..24b7a27b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,4 +65,4 @@ To release a new provider version: - updates CHANGELOG.md with the list of changes being released. [Example](https://github.com/elastic/terraform-provider-elasticstack/commit/be866ebc918184e843dc1dd2f6e2e1b963da386d). -* Once the PRis merged, the release CI pipeline can be started by pushing a new release tag to the `main` branch. +* Once the PR is merged, the release CI pipeline can be started by pushing a new release tag to the `main` branch.