Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1003 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 1003 Bytes

Contributing

We want to make contributing to this project as easy and transparent as possible.

Submitting Changes

  1. 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.
  2. 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.

Code Formatting

  • 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.

License

By contributing to examples, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.