Update policy ()

This commit is contained in:
Firstyear 2023-05-11 17:46:22 +10:00 committed by GitHub
parent 6e559a2eb4
commit 1ddac86df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -1,5 +1,6 @@
Fixes #
- [ ] This pr contains no AI generated code
- [ ] cargo fmt has been run
- [ ] cargo clippy has been run
- [ ] cargo test has been run and passes

View file

@ -122,6 +122,16 @@ git checkout <feature-branch-name>
cargo test
```
<!-- deno-fmt-ignore-start -->
{{#template templates/kani-warning.md
imagepath=images
title=IMPORTANT
text=Kanidm is unable to accept code that is generated by an AI for legal reasons. copilot and other tools that generate code in this way can not be used in Kanidm.
}}
<!-- deno-fmt-ignore-end -->
When you are ready for review (even if the feature isn't complete and you just want some advice):
1. Run the test suite: `cargo test`