Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 768 Bytes

File metadata and controls

16 lines (9 loc) · 768 Bytes

Pull Request Requirements

We're always accepting pull requests for contributions to the Clipboard Project. To keep quality high and the PRs flowing smoothly, we have three very simple rules that all PRs must follow.

Use The Existing Code Style

All code PRs must follow a similar code style to that of the existing code, unless the PR is about the code style itself. Try the clang-format.sh and clang-format.ps1 scripts to use our code style in one step!

Must Be Feature-Complete

All PRs must be "feature complete." This means that you can't replace a feature with a TODO or remove it altogether, unless the PR is all about mofifying that feature.

Thanks for your contributions! 👋

Replace all this text with your PR after you've reviewed it.