mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 17:45:22 +00:00
52f310a5a8
* First steps to remove the Buck build system * Azure Pipelines: Rename jobs for consistency
1.4 KiB
1.4 KiB
To submit a PR please make sure to follow the next steps:
- Read the
CONTRIBUTING.md
guide on the root of the repo. - Ensure the code is formatted building the
format_check
target,
if not move the committed files to the stage area, build theformat
target to format, then re-commit. More information is available on the wiki. - Ensure your PR contains a single logical change.
- Ensure your PR contains tests for the changes you're submitting.
- Describe your changes with as much detail as you can.
- Link any issues this PR is related to.
- Remove the text above.