From e9d25430ad5a47740ee6721ed9c9efeebd760c00 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Thu, 19 Jan 2023 14:44:53 +0100 Subject: [PATCH] Warn contributors about CI checks --- oletools/doc/Contribute.md | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/oletools/doc/Contribute.md b/oletools/doc/Contribute.md index 614d537..d5f280e 100644 --- a/oletools/doc/Contribute.md +++ b/oletools/doc/Contribute.md @@ -13,6 +13,8 @@ to **send feedback**. The code is available in [a repository on GitHub](https://github.com/decalage2/oletools). You may use it to **submit enhancements** using forks and pull requests. +When submitting a PR, GitHub will automatically check that unittests pass and +`pylint -E` does not report anything for the code files you changed. -------------------------------------------------------------------------- -- libgit2 0.21.4