We want to make contributing to this project as easy and transparent as possible.
- Open an Issue: For major changes, start by opening an issue to discuss your proposed modifications. This helps us understand your intentions and provide feedback early in the process.
- Pull Requests: Once your changes are ready, submit a pull request. Ensure your code adheres to our coding standards and passes all tests. Commits should follow conventional-commits specification.
- Backend: We use Black for code formatting. Run
black
on your code before submitting. - Line Endings: Use CRLF line endings unless the file is a shell script or another format that requires LF line endings.
By contributing to examples, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.