From 5ca0450013705978c5e4a5d3291b4b03eec9a32c Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 17 Feb 2026 08:54:09 +0100 Subject: [PATCH] Apply suggestion from @silverwind Signed-off-by: silverwind --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d92d7ba829..15e2ddbfa2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ For configuring IDEs for Gitea development, see the [contributed IDE configurati Contributions made with the assistance of AI tools are welcome, but contributors must use them responsibly. -1. Before prompting, search for previous issues or pull requests and include links to them in the prompt. +1. Include related issues or pull requests in the prompt so that the AI has ideal context. 2. Review AI-generated code closely before submitting a pull request. 3. Manually test the changes and add appropriate automated tests where feasible. 4. Only use AI to assist in contributions that you understand well enough to respond to feedback without relying on AI.