From 43005092df59b244eb26063e218d5cce7afd47ab Mon Sep 17 00:00:00 2001 From: "belokobylskii.i" Date: Mon, 8 Apr 2024 13:12:47 +0300 Subject: [PATCH] fix: stackitcloud -> selectel --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5fbf52a..4e13acf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ To contribute any code to this repository just do the following: > Using a nolint directive should only be used as a last resort. 6. Open a PR and make sure the CI pipelines succeed. > Your PR needs to have a semantic title, which can look like: `type(scope) Short description` - > All available `scopes` & `types` are defined in [semantic.yml](https://github.com/stackitcloud/external-dns-selectel-webhook/blob/main/.github/semantic.yml) + > All available `scopes` & `types` are defined in [semantic.yml](https://github.com/selectel/external-dns-selectel-webhook/blob/main/.github/semantic.yml) > > An example PR tile for adding a new feature for the CLI would look like: `cli(feat) Add saving output to file` 7. Wait for two of the maintainers to review your code and react to the comments.