From b7367ab76a5448faba1e05e3c20640af37b4a9a1 Mon Sep 17 00:00:00 2001 From: ivan katliarchuk Date: Fri, 7 Feb 2025 12:18:18 +0000 Subject: [PATCH] docs: added contribution docs Signed-off-by: ivan katliarchuk --- docs/contributing/dev-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/dev-guide.md b/docs/contributing/dev-guide.md index 7f24283ff6..657098cc85 100644 --- a/docs/contributing/dev-guide.md +++ b/docs/contributing/dev-guide.md @@ -44,11 +44,11 @@ If added any flags, re-generate flags documentation make generate-flags-documentation ``` -We require all changes to be covered by acceptance tests and/or unit tests, depending on the situation. In the context of the `external-dns`, acceptance tests are tests of interactions with providers, such as creating, reading information about, and destroying DNS resources. In contrast, unit tests test functionality wholly within the provider itself, such as function tests. +We require all changes to be covered by acceptance tests and/or unit tests, depending on the situation. In the context of the `external-dns`, acceptance tests are tests of interactions with providers, such as creating, reading information about, and destroying DNS resources. In contrast, unit tests test functionality wholly within the codebase itself, such as function tests. ### Continuous Integration -When submitting a pull request, you'll notice that we run several automated processes on your proposed change.Some of these processes are tests to ensure your contribution aligns with our standards. While we strive for accuracy, some users may find these tests confusing. +When submitting a pull request, you'll notice that we run several automated processes on your proposed change. Some of these processes are tests to ensure your contribution aligns with our standards. While we strive for accuracy, some users may find these tests confusing. ## Execute code without building binary