Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

24 lines (14 loc) · 1.05 KB

Contributing

We always welcome your contribution. Please refer to the guide below before contributing to this repository.

Coding convention

This project uses two programming languages, C and C++. Therefore, please follow the coding conventions by language when writing your code.

Language Coding convention
C Linux kernel coding style
C++ WebKit code style guidelines

How to create a commit

Submitting patches: the essential guide to getting your code into the kernel

Pull request

Please refer to the wiki document.

Merge strategy

This project merges PR using the rebase strategy to avoid creating unnecessary merge commits. Therefore, your PR should not conflict with the latest master branch.