From ab7e8b0134bb76ce572a1bc6e7f950929a5a4882 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 26 Jan 2026 13:25:10 +0000 Subject: [PATCH] Add rule to CONTRIBUTING documentation banning use of LLMs etc --- docs/CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index d00ea7c09..405ac0f04 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -12,6 +12,10 @@ I want to ensure that anyone can contribute to RenderDoc with only the next bug If you have any queries or concerns in this regard you can get in touch with me [directly over email](mailto:baldurk@baldurk.org). +## Use of LLMs / "AI" + +Strictly no use whatsoever of LLMs or any similar technology is allowed for any code contributed to RenderDoc. There are no exceptions to this rule. + ## Acceptable use of RenderDoc RenderDoc is a tool intended for debugging your own projects and programs, those to which you have true ownership of. Use and abuse of RenderDoc for illegal or unethical uses including but not limited to capturing copyrighted programs that you do not own the rights to will not be tolerated. Any questions or issues related to any such use will not be answered and no support will be provided.