Skip to content
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
6153569
docs: First AI policy draft
Paillat-dev Jul 9, 2026
6684449
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 9, 2026
b59479d
fix: Various formattings
Paillat-dev Jul 9, 2026
04f4831
fix: Squ1d comments
Paillat-dev Jul 9, 2026
351292b
docs: Add translation note
Paillat-dev Jul 9, 2026
919c1e0
docs: Vmphase fixes
Paillat-dev Jul 9, 2026
344c7f8
docs: Non-disclosure is already not following
Paillat-dev Jul 9, 2026
cb0dfc5
docs: Vmphase fixes 2
Paillat-dev Jul 9, 2026
c8e5968
docs: Fix "Licensing" heading level
Paillat-dev Jul 9, 2026
cd529f5
docs: Lala fixes
Paillat-dev Jul 9, 2026
2e02e7c
docs: Lala fixes 2
Paillat-dev Jul 9, 2026
154d485
docs: Squid & Vmphase fixes
Paillat-dev Jul 9, 2026
74b4437
docs: Squid fixes 2
Paillat-dev Jul 9, 2026
9c7027c
docs: Squid & Vmphase fixes 2
Paillat-dev Jul 9, 2026
7122b2e
docs: Squid fixes 3
Paillat-dev Jul 9, 2026
68a500b
Update CONTRIBUTING.md
Lulalaby Jul 12, 2026
42f8dd8
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 12, 2026
f3708cb
may -> will likely
Paillat-dev Jul 28, 2026
24b1f6d
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 28, 2026
61bcf9e
Merge branch 'master' into docs/ai-policy
Paillat-dev Jul 28, 2026
0002aba
fix: Toothy
Paillat-dev Jul 28, 2026
8919639
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 28, 2026
4801dc3
fix: Toothy 2
Paillat-dev Jul 28, 2026
d2063f4
fix: Toothy 3
Paillat-dev Jul 28, 2026
2cc5978
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 28, 2026
a72640a
Update CONTRIBUTING.md
Paillat-dev Jul 28, 2026
9453939
Update CONTRIBUTING.md
Paillat-dev Jul 28, 2026
8b31974
Apply suggestions from code review
Lulalaby Jul 28, 2026
c471624
Merge branch 'master' into docs/ai-policy
Lulalaby Jul 29, 2026
9eef6ca
Apply suggestions from code review
Lulalaby Jul 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 40 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,14 @@ In some cases, it might be necessary to ignore type checker warnings for one rea
another. If that is the case, it is **required** that a comment is left explaining why
you are deciding to ignore type checking warnings.

### Licensing
## Licensing

By submitting a pull request, you agree that; 1) You hold the copyright on all submitted
code inside said pull request; 2) You agree to transfer all rights to the owner of this
repository, and; 3) If you are found to be in fault with any of the above, we shall not
be held responsible in any way after the pull request has been merged.
By submitting a pull request, you agree to and accept the following:

1. You hold the copyright on all submitted code inside said pull request.
2. You transfer all rights to the owner of this repository.
3. If you are found to be in fault with any of the above, we shall not be held
responsible in any way after the pull request has been merged.

## Git Commit Styling

Expand All @@ -82,3 +84,36 @@ different to others.

We don't limit nor deny your pulls when you're using another style although, please make
sure it is appropriate and makes sense in this library.

## AI Usage Policy

The use of LLMs or other AI tools must be disclosed at all times. Disclosure is required
for any interaction or contribution including, but not limited to, the following:

- Modifying code
- Modifying documentation
- Discussion with maintainers
- Issue bodies and comments
- Pull request bodies and comments
Comment thread
Paillat-dev marked this conversation as resolved.

The disclosure must specify the tools used and the scope of their application. The
primary location of disclosure should be in the body of issues and pull requests.

If you are not a native English speaker, using LLMs or other AI tools for translation is
discouraged. It can distort your intended meaning and make a human-written contribution
look AI-generated. Please use a non-LLM-based translation tool such as
[DeepL](https://deepl.com) instead.

The use of fully autonomous LLMs or other AI tools to open issues or pull requests is
Comment thread
Lulalaby marked this conversation as resolved.
Comment thread
Paillat-dev marked this conversation as resolved.
strictly forbidden.

Failure to follow this policy may result in a temporary or permanent ban from our
organization.

The use of LLMs or AI tools by new contributors is highly discouraged, and will likely
result in the direct closure of your issue or pull request.

Furthermore, as outlined earlier in §"Licensing," by submitting a pull request, you
agree that you hold the copyright on your contribution, and that you understand how your
submitted code works and are able to explain its purpose, behavior, and impact when
requested.