# Contributing to Lusail Thank you for considering contributing to Lusail! ## Getting started 1. Fork the repository. 2. Clone the forked repository to your local machine. 3. Install dependencies by running `npm install`. ## Development 1. Make your changes to the source code. 2. Ensure that the code is formatted correctly by running `npm run commit-check`. 3. Run the tests with `npm run test` and `npm run test:e2e` and make sure they pass. 4. Commit your changes and push them to a new branch in your fork. ## Pull requests 1. Submit a pull request from your branch to the main Lusail repository. 2. Provide a clear and concise description of your changes in the pull request. ## Code of conduct Please be respectful and considerate of others when contributing to this project. Harassment, offensive comments, or any other inappropriate behavior will not be tolerated. ## License By contributing to Lusail, you agree that your contributions will be licensed under the same license as the original project (MIT License).