Skip to content

contribution guide

Ke Jin edited this page Mar 11, 2022 · 2 revisions

Contributing to Laserfiche UI Components Core

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 StackOverflow where the questions should be tagged with tag laserfiche-ui-components.

Issue and Feature Requests

Please use Github Issues for bugs report or features request.

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.
  • The PR should run the workflow. You can manually dispatch the workflow to make sure the workflow runs without failure.

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.