Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.72 KB

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 1.72 KB

Contributing to lf-js-utils

We encourage and appreciate feedback and contribution from the community!

Code of Conduct

Please read and follow our Code of Conduct.

Question or Problem?

Please post general questions on Laserfiche Answers. Please include lf-js-utils for reference.

Issue and Feature Requests

Search Github Issues for existing bugs report or features request related to your question. Please submit an Issue or Feature Request if your issues or requests have not been addressed.

PR Submission Guidelines

  • Search Github Pull Requests for PRs related to your submission. Make sure that this is not a duplication.
  • Link the issue addressed by the PR.
  • Add unit tests or document manual tests to validate the changes.
  • Workflow shall triggers all unit tests. For a pull request to be accepted, all unit tests must pass when run workflow.

After the submission, core members of the project will review the code.

Coding Rules

Please follow the rules as you work on the code:

  • Please add unit tests for each fixed bug or added feature.
  • Please use clean and informative names.
  • Leave the code better than you find it.