From 19c224c199cfff4119715b49434f6d8e304d16dd Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Sat, 9 Aug 2025 01:39:06 -0700 Subject: [PATCH] Add contributing to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 589a710..168e7e4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ A Sphinx extension that generates a summary `llms.txt` file and a single combine See [sphinx-llms-txt documentation](https://sphinx-llms-txt.readthedocs.io/en/latest/index.html) for installation and configuration instructions. +## Contributing + +Pull Requests welcome! See `Contributing`_ for instructions on how best to contribute. + ## License MIT License - see LICENSE file for details. + + +.. _Contributing: https://sphinx-llms-txt.readthedocs.io/en/latest/contributing.html