meta: Add Contribution guide and issue/pr templates#313
Conversation
| - `scan-build`: Runs the build through the `scan-build` tool. | ||
| - `code-checker`: Uses the [`CodeChecker`](https://github.com/Ericsson/codechecker) | ||
| tool for builds. | ||
| - `kcov`: Uses [`kcov`](https://github.com/SimonKagstrom/kcov) to collect |
There was a problem hiding this comment.
This does not yet exist, but lets just put it in the docs already ;-)
| This should be done automatically as part of the pre-commit hook, but can also | ||
| done manually. | ||
|
|
||
| $ black tests |
There was a problem hiding this comment.
That should be make format-python. Potentially, we're adding more commands or flags to this in the future, and then we'd want folks to pick that up automatically.
Generally, I would promote a make-based approach where possible, although it makes complete sense that you're calling out the manual steps, too.
There was a problem hiding this comment.
We don’t have separate format targets. Also since I still haven’t managed to properly set up make/bash on windows, I tend to invoke black manually there. I also invoke pytest there manually. So I would like to give the commands without using any make/bash specifics.
Uh oh!
There was an error while loading. Please reload this page.