Thanks for considering making a contribution to Seal or its documentation. Before you get started, please take a moment to read these guidelines.
We appreciate contributions, but simple typo fixes (e.g., minor spelling errors, punctuation changes, or trivial rewording) will be ignored unless they significantly improve clarity or fix a critical issue. If you are unsure whether your change is substantial enough, consider opening an issue first to discuss it.
The example frontend in this repository is provided as a reference implementation only. We will not accept pull requests for UI/UX improvements or cosmetic changes to the example frontend unless they fix actual bugs or critical issues. The example is meant to demonstrate functionality, not serve as a production-ready application.
We encourage you to use this example as a starting point for your own frontend applications. If you build upon this example to create your own implementation, we'd love to hear about it! Feel free to share your projects with the community, and we may highlight notable implementations in our documentation or community channels.
Found a small error or typo in the main documentation? You can make a PR if you prefer to fix it yourself.
For larger documentation issues, you can create an issue in GitHub.
Found a bug or security vulnerability? Please check the existing issues before opening a new one.
Provide as much detail as possible, including steps to reproduce the issue, expected behavior, and actual behavior.
Fork the repository and create a new branch for your changes. Ensure your branch is based on the latest main
Follow the coding style and conventions used in the project.
If your change is significant, please open an issue first to discuss it.
Ensure your changes are well-tested. Provide a clear description of your changes in the pull request.
Reference any relevant issue numbers in your pull request. Be responsive to feedback from maintainers.
Follow existing code structure and formatting.
Write meaningful commit messages.
Ensure all tests pass before submitting a pull request.
By contributing, you agree that your contributions will be licensed under the same license as this project.
Thank you for contributing!