| =========== |
| Development |
| =========== |
| |
| This set of pages provides information for developing KUnit itself. These pages |
| are for you if you plan on making submissions to KUnit, you are using KUnit for |
| really advanced use cases, or you just want to know more about how KUnit works |
| under the hood. |
| |
| Checkout: |
| |
| .. TODO(brendanhiggins): add pages for each of these topics. |
| |
| - Getting Started for getting developing for KUnit. |
| - Gerrit Workflow to see how you might structure your workflow to work with git and Gerrit. |
| - KUnit Design to learn about how KUnit is organized and how it got here. |
| - Useful Commands for a collection of tips and tricks while working on KUnit. |
| - Release Processes on how to cut a release for KUnit. |