Skip to content

Commit 9dca8d5

Browse files
Merge pull request #2379 from Parcels-code/dev_ai_policy
Add AI development policy
2 parents a760d04 + c4fee28 commit 9dca8d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/development/policies.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Policies
22

3+
## Use of AI in development
4+
5+
Many developers use AI Large Language Models to help them in their work. These LLMs have received both praise and criticism when it comes to software development.
6+
7+
We accept that Parcels developers have their own motivation for using (or not using) AI. However, we have one policy that we expect all Parcels developers to follow:
8+
9+
> It is ultimately your responsibility to understand the code that you commit.
10+
11+
Remember that reviews are done by human maintainers - asking us to review code that an AI wrote but you don't understand isn't kind to these maintainers.
12+
13+
The [CLAUDE.md](/CLAUDE.md) file in the repository has additional instructions for AI agents to follow when contributing to Parcels.
14+
315
## Versioning
416

517
Parcels follows [Intended Effort Versioning (EffVer)](https://jacobtomlinson.dev/effver/), where the version number (e.g., v2.1.0) is thought of as `MACRO.MESO.MICRO`.

0 commit comments

Comments
 (0)