# Contributing to Oak Thank you for your interest in contributing to Oak Video Editor! ## Writing code Code contributions are welcome. Note that the code base is rapidly changing in the current stage of development however. There is some documentation in the form of code comments, including Javadoc in header files. Feel free to reach out via an issue or pull request if you have questions about the architecture or implementation details. ### Code Standards In order to keep the code as readable and maintainable as possible, code submitted should be formatted using cargo fmt.