|
1 | 1 | # Contributing to PostgREST |
2 | 2 |
|
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 | | - |
16 | 3 | ## Issues |
17 | 4 |
|
18 | 5 | 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 |
65 | 52 | * 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. |
66 | 53 | * 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). |
67 | 54 | * 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