aboutsummaryrefslogtreecommitdiff
path: root/docs/en/contributing.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2026-02-01 13:06:53 +0100
committerGravatar GitHub <noreply@github.com> 2026-02-01 13:06:53 +0100
commit5beebfcd45d48b9afde09694c85d04bfa71c14d5 (patch)
treea9c5091a5e0af8f78af3d43d7900226174a088cf /docs/en/contributing.md
parentdae27ebd5d367de034093c26d770d553f4a4e19e (diff)
Initial conventions for AI agents and humans: AGENTS.md, SKILLS.md, instructions.md (#8478)
Not stable yet, but initial structure https://agents.md https://agentskills.io/specification https://code.visualstudio.com/docs/copilot/customization/custom-instructions https://code.visualstudio.com/docs/copilot/customization/agent-skills
Diffstat (limited to 'docs/en/contributing.md')
-rw-r--r--docs/en/contributing.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/en/contributing.md b/docs/en/contributing.md
index a92522644..15d55d750 100644
--- a/docs/en/contributing.md
+++ b/docs/en/contributing.md
@@ -33,6 +33,8 @@ Would you like to fix a bug? For optimum coordination between collaborators, you
If you have to write code, please follow [our coding style recommendations](developers/02_First_steps.md).
+> ℹ Check [`AGENTS.md`](https://github.com/FreshRSS/FreshRSS/blob/edge/AGENTS.md) for detailed coding conventions (both for humans and AI agents).
+
**Tip:** if you’re searching for easy-to-fix bugs, please have a look at the “[good first issue](https://github.com/FreshRSS/FreshRSS/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)” ticket label.
## Submit an idea