mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-20 16:03:55 +02:00
Update policy (#1619)
This commit is contained in:
parent
6e559a2eb4
commit
1ddac86df7
1
.github/pull_request_template.md
vendored
1
.github/pull_request_template.md
vendored
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue