slint/CONTRIBUTING.md
Olivier Goffart 88697c68bb Remove license header from .md/.mdx files
They should be in the lines, but the problem is that this causes issues
in the .mdx files.

License header doesn't really make sense for .md files anyway
2025-12-04 21:58:09 +01:00

1.3 KiB

Contributing

We warmly welcome contributions to the project. Let's discuss ideas or questions in Github discussions. Please feel welcome to open GitHub issues or pull requests. Use 👍 reaction on issue that you consider important.

Issues which we think are suitable for new contributors are tagged with https://github.com/slint-ui/slint/labels/good%20first%20issue.

Internal documentation

License

By contributing to this project, you agree to license your contributions under the MIT No Attribution License (MIT-0).

To confirm this, you'll be asked to sign a simple Contributor License Agreement (CLA) when you open a pull request. The CLA does not assign copyright or transfer ownership, it simply confirms that you wrote the code yourself and are licensing it under MIT-0.

Coding Style

For the Rust portion of the code base, the CI enforces the coding style via rustfmt. For the C++ portion of the code base, the CI enforces the coding style via clang-format.