Skip to content

Commit 4e4ae3c

Browse files
committed
chore: add AI policy in CONTRIBUTING
To preserve our scarce review capacity, we reserve the right to reject seemingly AI generated low-value contributions. --- Also delete the first paragraph since now it can be interpreted as low-effort contributions.
1 parent 1c6d081 commit 4e4ae3c

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
# Contributing to PostgREST
22

3-
**First:** if you're unsure or afraid of _anything_, just ask or
4-
submit the issue or pull request anyways. You won't be yelled at
5-
for giving your best effort. The worst that can happen is that
6-
you'll be politely asked to change something. We appreciate any
7-
sort of contributions, and don't want a wall of rules to get in the
8-
way of that.
9-
10-
However, for those individuals who want a bit more guidance on the
11-
best way to contribute to the project, read on. This document will
12-
cover what we're looking for. By addressing all the points we're
13-
looking for, it raises the chances we can quickly merge or address
14-
your contributions.
15-
163
## Issues
174

185
For questions on how to use PostgREST, please use
@@ -65,3 +52,11 @@ To simplify reviews, make it easy to split pull requests if deemed necessary, an
6552
* Tests, documentation, and changelog updates should be contained in the same commits as the actual code changes they relate to. An exception to this rule is when test or documentation changes are made in separate PR.
6653
* Commit messages must be prefixed with one of the prefixes defined in [the list used by commit verification scripts](https://github.com/PostgREST/postgrest/blob/main/nix/tools/gitTools.nix#L11).
6754
* Commit messages should contain a longer description of the purpose of the changes contained in the commit and, for non-trivial changes, a description of the changes themselves.
55+
56+
## AI Policy
57+
58+
We adhere to [Gentoo's AI policy](https://wiki.gentoo.org/wiki/Project:Council/AI_policy):
59+
60+
> It is expressly forbidden to contribute [...] any content that has been created with the assistance of Natural Language Processing artificial intelligence tools. This motion can be revisited, should a case been made over such a tool that does not pose copyright, ethical and quality concerns.
61+
62+
You can find more about its rationale [here](https://wiki.gentoo.org/wiki/Project:Council/AI_policy#Rationale).

0 commit comments

Comments
 (0)