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.
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!
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.
Replace all this text with your PR after you've reviewed it.