Files
jungle/CONTRIBUTING.md
Rodrigo Arias Mallo 5c59b97aa2
All checks were successful
CI / build:cross (pull_request) Successful in 8s
CI / build:all (pull_request) Successful in 33s
CI / build:all (push) Successful in 3s
CI / build:cross (push) Successful in 8s
Add contributing guidelines
Regulate git commit style and ban LLM usage.

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2026-03-27 14:42:22 +01:00

839 B

Contributing guidelines for jungle

We welcome contributions from other people, provided that they follow these guidelines.

Git commit rules

The commit title must be strictly 50 character or less, the commit body must wrap at 72 characters.

Every commit to be merged in master must be reviewed by at least one other member and have the corresponding Reviewed-by: John Doe <jd@ema.il> git trailer with their name and email.

Commits that fix a particular issue must include the full URL to the issue in the Fixes: <url> trailer.

LLM are banned

Contributions generated fully or partially by LLMs won't be accepted, you must write the code yourself and fully understand what every part does.

Using LLMs to help preparing a contribution is strongly discouraged, as it will likely cause you to have gaps of understanding.