Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

RFC: Document a GenAI policy.

Change-Id: I151f10f2a18eeb2a5a173dba525bbc676217fcba

+18 -1
+18 -1
docs/CONTRIBUTING
··· 72 72 See https://www.rockbox.org/wiki/UsingGit for details on how to setup your 73 73 environment and how to upload a change you have made for review. 74 74 75 - We'd prefer that you don't submit patches to the bug tracker any more, 75 + We strongly prefer that you don't submit patches to the bug tracker, 76 76 as it's much harder to read and discuss them there. 77 77 78 78 Credits ··· 80 80 We believe in crediting all contributors by name. Before committing a patch to 81 81 Git, we ask that you give us your full real name (no pseudonyms or nicknames) 82 82 for adding to the credits list. 83 + 84 + Generative AI 85 + ------------- 86 + We are highly unlikely to review or accept AI-generated or "vibe coded" 87 + code; our time is very limited, and we need to know that *you* understand 88 + exactly what the code is doing and why, so that we can review it 89 + effectively with you. 90 + 91 + Code is of no value to Rockbox if it is not maintainable, and it cannot 92 + be maintained if it is not understood. Quality is more important than 93 + quantity. 94 + 95 + If you really *must* submit AI-generated code, you will need to include 96 + prompt provenance including the model used, dates and full content of 97 + prompts, and the unedited LLM output. See the article "Track Prompt 98 + Provenance in Version Control" at https://medium.com/@psluaces/track-prompt-provenance-in-version-control-8746e2bad3c2) 99 + by Pablo Santos Luaces.