From 441ee94ac03eb89c262753300c7d9aff9c99d7e1 Mon Sep 17 00:00:00 2001 From: Piotr Idzik <65706193+vil02@users.noreply.github.com> Date: Sun, 1 Oct 2023 00:46:37 +0200 Subject: [PATCH] docs: add a note about passing CI --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dcc86c50..023988e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ NOTE: *We DO NOT add leetcode problems. They are just applications of basic principles that can be found in other algorithms included in the repository.* +NOTE: When you submit a pull-request, please make sure that all of the CI checks pass. + ### Did you find a bug? **Ensure the bug was not already reported** by searching on GitHub under [Project Issues](https://github.com/TheAlgorithms/Java/issues).