Code of Conduct
We are committed to providing a friendly, safe, and welcoming environment for all. We expect all contributors to abide by our Code of Conduct. Please ensure your interactions in issues and pull requests remain respectful and constructive.Ways to Contribute
1. Report Bugs
If you find a bug in the Squeditor Framework, please report it by opening an issue on our GitHub repository. Before submitting a bug report:- Check if the issue has already been reported.
- Ensure you are testing against the latest version.
- Include detailed steps to reproduce the issue.
- Provide relevant logs, snippets, or temporary repository links.
2. Suggest Features
Have an idea to improve the framework? We’d love to hear it! You can submit your ideas by creating an issue on our GitHub repository. Before suggesting a feature, clearly describe the problem it solves and offer any possible implementation details you have in mind.3. Submit Pull Requests
We welcome code contributions! If you have code to submit, please follow our pull request process:- Fork the Repository: Fork the Squeditor repository to your own GitHub account.
- Create a Branch: Create a new branch for your feature or bugfix. Use a descriptive name like
feature/add-new-sliderorfix/navigation-bug. - Make Changes: Implement your changes. Ensure you follow our code style and add tests where applicable.
- Commit Formatting: We recommend using Conventional Commits for your commit messages.
feat: added a new componentfix: resolved layout issue in the builderdocs: updated the contributing guide
- Push and Open a PR: Push your changes to your fork and submit a Pull Request against the
mainbranch of the original repository.
Development Setup
To work on the Squeditor Framework locally, follow these steps:Documentation Contributions
If you find typos, missing information, or confusing sections in our documentation, you can contribute directly to our docs repository! We use Mintlify for our documentation.- Find the corresponding
.mdxfile in thedocsfolder. - Make your changes using Mintlify components.
- Submit a pull request with the
docs:prefix in your commit message.
Need Help?
If you need any assistance while contributing, feel free to reach out to us:- Join our Slack Community or Discord Community
- Submit a question via Support
- Check out our FAQ