mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Adopt jellyfin's AI/LLM policy
This commit is contained in:
parent
7aa4ccc447
commit
e6ff173b41
2 changed files with 16 additions and 4 deletions
13
.github/pull_request_template.md
vendored
13
.github/pull_request_template.md
vendored
|
|
@ -1,12 +1,17 @@
|
|||
<!-- By submitting this pull request, you acknowledge that you have read the [contributing guide](https://github.com/damontecres/Wholphin/blob/main/CONTRIBUTING.md, including the AI/LLM policy, and [developer's guide](https://github.com/damontecres/Wholphin/blob/main/DEVELOPMENT.md) -->
|
||||
|
||||
## Description
|
||||
<!-- Describe the changes in detail -->
|
||||
|
||||
### Related issues
|
||||
<!-- If this is a new feature or a change, there must be a discussion in an issue first, then reference the issue here -->
|
||||
<!-- If this is a new feature or a change, there must be a discussion in an issue first, reference the issue here -->
|
||||
<!-- If fixing a bug, reference the bug issue here, or describe the bug, including steps to reproduce -->
|
||||
|
||||
### Screenshots
|
||||
### Testing
|
||||
<!-- Describe how this change was tested and on what device(s) -->
|
||||
|
||||
## Screenshots
|
||||
<!-- Please include screenshots if the PR alters any UI elements -->
|
||||
|
||||
### AI/LLM usage
|
||||
<!-- If you used any AI/LLM assistance, please describe where in the code and how you tested it -->
|
||||
## AI or LLM usage
|
||||
<!-- If you used any AI or LLM assistance, please list where in the code and how you tested it -->
|
||||
|
|
|
|||
|
|
@ -23,3 +23,10 @@ You acknowledge that, if applicable, submitting and subsequent acceptance of any
|
|||
Please be thoughtful when contributing code and consider the long term maintenance/support aspect for any new features.
|
||||
|
||||
See the [developer's guide](./DEVELOPMENT.md) for more information.
|
||||
|
||||
|
||||
#### Policy for AI or LLMs
|
||||
|
||||
Wholphin has adopted the [Jellyfin LLM/"AI" Development Policy](https://jellyfin.org/docs/general/contributing/llm-policies/). AI/LLM assisted code contributions are permitted under the policy, but the author must undertand and be able to explain the code changes in their own words.
|
||||
|
||||
At a minimum, you must disclose the usage any of AI/LLM assistance and you must write the pull request description _without_ AI assistance.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue