Commit e9d25430ad5a47740ee6721ed9c9efeebd760c00
1 parent
eb8e5112
Warn contributors about CI checks
Showing
1 changed file
with
2 additions
and
0 deletions
oletools/doc/Contribute.md
| ... | ... | @@ -13,6 +13,8 @@ to **send feedback**. |
| 13 | 13 | |
| 14 | 14 | The code is available in [a repository on GitHub](https://github.com/decalage2/oletools). |
| 15 | 15 | You may use it to **submit enhancements** using forks and pull requests. |
| 16 | +When submitting a PR, GitHub will automatically check that unittests pass and | |
| 17 | +`pylint -E` does not report anything for the code files you changed. | |
| 16 | 18 | |
| 17 | 19 | -------------------------------------------------------------------------- |
| 18 | 20 | ... | ... |