# Contributing guidelines Any help is really appreciated! Feel free to open an issue, submit a pull request or just give your opinion. ## How to contribute 1. Fork the repository 2. Clone your fork: `git clone git clone https://github.com/youruser/jsonbuilder.git 3. Create a branch to commit your feature or fix: `git checkout -b my-feature` 4. Commit your changes: `git commit -m 'feat: my new feature'` 5. Create a pull request! ## Tests To run the tests, just run `cargo test`. ## Documentation When you add a new feature, don't forget to update the documentation. You can find the documentation in the `README.md` file.