If you encounter a problem when using js_of_ocaml-ocamlbuild or if you have any questions, please open a GitHub issue.
- Check first if your issue has already been reported.
- Describe the expected and actual behavior.
- Do not unsubscribe from the issue until it is closed, the maintainers may ask for your feedback.
We actively welcome pull requests.
- Prior to investing a large amount of time into significant or invasive changes, it is likely more efficient to first open an issue for discussion and planning.
- Install all dependencies (see Install dependencies)
- Fork the repository and create your branch from
master
. - If you have added code that should be tested, add tests.
- Ensure tests still pass (see Running the tests).
- Add an entry in the changelog
CHANGES.md
opam install --deps-only -t js_of_ocaml-ocamlbuild
Run make tests
.