From 01903e5c63516486a59b91bfbc0e415582090153 Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Sat, 6 Sep 2025 14:37:31 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a24ae9cf..47be2e31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,8 +101,9 @@ very important specifics to call out here. **4. Even within individual features, aim for simplicity** - concise implementations are always the best! -**5. If your code changes touch the crawling functionality in any way**, please test crawling an llms.txt, a sitemap.xml, and a normal URL with recursive crawling. Here are smaller examples you can use for testing: - - llms.txt: https://docs.mem0.ai/llms-full.txt +**5. If your code changes touch the crawling functionality in any way**, please test crawling an llms-full.txt, llms.txt, a sitemap.xml, and a normal URL with recursive crawling. Here are smaller examples you can use for testing: + - llms.txt: https://docs.mem0.ai/llms.txt + - llms-full.txt: https://docs.mem0.ai/llms-full.txt - sitemap.xml: https://mem0.ai/sitemap.xml - Normal URL: https://docs.anthropic.com/en/docs/claude-code/overview