We want to make contributing to this project as easy and transparent as possible.
SQLRooms has a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
We use example applications to test and validate changes. You can run the examples by following these steps:
# Install dependencies
pnpm install
# Build the packages
pnpm build
# Go to an example directory
cd examples/ai # or any other example
# Run the example
pnpm devIf you've added a new feature, changed the configuration or public methods, please:
- Add a new example or modify existing ones to demonstrate the functionality
- Make sure examples which might be affected by the changes continue to work after your changes
- Suggest appropriate changes to the documentation
We actively welcome pull requests. If you want to submit one, please follow the following process:
- Fork the repo and create your branch from
main - Make changes
- Make sure the project builds after your changes
- Make changes to the documentation if applicable
- Submit a PR on GitHub
By contributing to SQLRooms, you agree that your contributions will be licensed its MIT license.