mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
add testing to CONTRIBUTING
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
d9c3999175
commit
5a8fa9d1a1
@ -83,6 +83,10 @@ pre-commit run --all-files
|
||||
|
||||
Note: Checks like `Black` and `isort` will "fail" if they modify files. This is because `pre-commit` doesn't like to see files modified by its hooks. In these cases, `git add` the modified files and `git commit` again.
|
||||
|
||||
## Unit tests
|
||||
|
||||
When submitting a new feature or fix, please consider adding a short test for it.
|
||||
|
||||
## Documentation
|
||||
|
||||
We use [MkDocs](https://www.mkdocs.org/) to write documentation.
|
||||
|
Loading…
Reference in New Issue
Block a user