Skip to content

Commit

Permalink
Added patching out tests and examples to the presumed-safe list.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Oct 24, 2022
1 parent 2a35c27 commit ce9443d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/maintainers/maintainer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ We will skip this waiting period if we have high confidence that the change is c
* Upstream's acceptance as a patch (for example, backporting a specific change from a pull request upstream has merged).
* Adding missing `#include`s.
* Small and obvious product code fixes (for example, initializing an uninitialized variable).
* Disabling irrelevant-in-vcpkg components of the build such as tests or examples.

### Prefer options over patching

Expand Down

0 comments on commit ce9443d

Please sign in to comment.