Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 869 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 869 Bytes

Contribution

How to contribute to the project?

While contributing, it must be necessary that each contributor keeps in mind the Code Of Conduct.

This repository is open for everyone to contribute and is maintained by John Aziz.

Develop Locally

To run the the package locally (Lean more: here):

pip install -e .

Any changes you do will take effect immediately.

Run Tests

Test files are located in the resources folder. You can run tests by running this file in your terminal.

python ./tests/test_markdown_checker.py