Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 1.15 KB

Contributing to Js_of_ocaml-ocamlbuild

Reporting Issues

If you encounter a problem when using js_of_ocaml-ocamlbuild or if you have any questions, please open a GitHub issue.

  1. Check first if your issue has already been reported.
  2. Describe the expected and actual behavior.
  3. Do not unsubscribe from the issue until it is closed, the maintainers may ask for your feedback.

Pull Requests

We actively welcome pull requests.

  1. 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.
  2. Install all dependencies (see Install dependencies)
  3. Fork the repository and create your branch from master.
  4. If you have added code that should be tested, add tests.
  5. Ensure tests still pass (see Running the tests).
  6. Add an entry in the changelog CHANGES.md

Install dependencies

opam install --deps-only -t js_of_ocaml-ocamlbuild

Running the tests

Run make tests.