add an AI policy
This commit is contained in:
parent
31c3173bb5
commit
0a333e92d1
1 changed files with 4 additions and 0 deletions
|
|
@ -59,6 +59,10 @@ When possible, use immutable collections instead of the mutable equivalent. For
|
|||
|
||||
When possible, we prefer not to create global variables or methods. You can usually replace a global variable with a Riverpod controller, and a global method with an extension method.
|
||||
|
||||
## LLM/AI Assisted Contributions
|
||||
|
||||
Largely LLM generated code is NOT allowed. All contributions should be written by humans, with minimal to no LLM assistance. Please disclose any usage of LLMs.
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
All contributions must follow the [Federated Nexus Code of Conduct](https://federated.nexus/code/).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue