Overhaul contribution guide & add a AI policy

This commit is contained in:
Raphael Michel
2026-03-24 21:43:32 +01:00
parent 58840a5fd6
commit 06278acd0a
5 changed files with 67 additions and 18 deletions

View File

@@ -1,5 +1,7 @@
.. spelling:word-list:: Rebase rebasing
.. _`codestyle`:
Coding style and quality
========================
@@ -28,8 +30,6 @@ Code
Commits and Pull Requests
-------------------------
Most commits should start as pull requests, therefore this applies to the titles of pull requests as well since
the pull request title will become the commit message on merge. We prefer merging with GitHub's "Squash and merge"
feature if the PR contains multiple commits that do not carry value to keep. If there is value in keeping the