mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-10 19:31:31 -06:00
Added AI policy document
This commit is contained in:
parent
8bcb8a225a
commit
04a543290a
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,3 +1,5 @@
|
||||
- [ ] I have read the [Azahar AI Policy document](https://github.com/azahar-emu/azahar/blob/master/AI-POLICY.md) and have disclosed any use of AI if applicable under those terms.
|
||||
|
||||
---
|
||||
<!--
|
||||
If you are contributing to Azahar for the first time please
|
||||
|
||||
20
AI-POLICY.md
Normal file
20
AI-POLICY.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Azahar Emulator AI Use Policy
|
||||
|
||||
The following document outlines the acceptable and unacceptable uses of AI within the Azahar codebase.
|
||||
|
||||
It describes whether or not submissions which were exposed to large language models (LLMs) such as ChatGPT, Claude, DeepSeek, and similar models would be capable of being merged in a pull request or otherwise utilized.
|
||||
|
||||
- ✅ Use of AI to help developers discover or understand problems in the codebase is acceptable **under the condition that any discovered issue is independently verified by a human**.
|
||||
- ✅ Use of AI to write code snippets of a sufficiently small size that they aren't reasonably copyrightable **with disclosure in the PR description** is acceptable.
|
||||
- This will be handled on a case-by-case basis and is up to the interpretation of the maintainer, but generic algorithm snippets up to a maximum of approximately 5 lines of code are acceptable.
|
||||
- ❌ Use of AI to write code for submission without disclosure is prohibited.
|
||||
- ❌ Use of AI to write the entirety/ a significant portion of a contribution is prohibited.
|
||||
- ❌ Use of AI to write snippets of code which are of a size such that they could reasonably be copyrightable is prohibited.
|
||||
- ❌ Use of AI to rewrite incompatibly-licensed code for submission to Azahar is prohibited.
|
||||
- ❌ Use of AI to autonomously submit pull requests or issues is prohibited.
|
||||
|
||||
Pull requests which violate these rules will be closed. Previously accepted submissions which are found to violate these rules will be retroactively removed from the codebase.
|
||||
|
||||
This document may be updated in the future if further clarification is required.
|
||||
|
||||
This policy is effective for code submitted on or after the 20th of March 2026.
|
||||
Loading…
Reference in New Issue
Block a user