Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 751 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 751 Bytes

How to contribute to Split

Pull requests

Please follow the Conventional Commits 1.0.0 specification to format your commit message. One commit per change is preferred.

Testing

There are two test sites under tests/exampleSiteWithImage and tests/exampleSiteWithVideo. Please adjust those accordingly to the changes you have made resp. check if your change didn't introduce any regressions.

You can run these using the Makefile found at the root of this repository:

$ make hugo-server-example-site-with-image
$ make hugo-server-example-site-with-video