We encourage and appreciate feedback and contribution from the community!
- Code of Conduct
- Question or Problem
- Issue and Feature Requests
- PR Submission Guidelines
- Coding Rules
Please read and follow our Code of Conduct.
Please post general questions on Laserfiche Answers. Please include lf-ui-components for reference.
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.
- 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.
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.