From 9833ae0f51970c139fdf38ef2c2a80ad75530dcd Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 19 Sep 2026 14:53:46 +0000 Subject: [PATCH] fix(docs): list the contributing guide where it actually lives The repository-structure block listed `CONTRIBUTING.md` at the repository root, but the guide lives at `.github/CONTRIBUTING.md` - the entry pointed at a location it had already moved away from. The entry is moved under the tree's existing `.github/` branch, at the block's own comment column; the layout of the rest of the tree is untouched. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 91c49bb0..54a81906 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -49,8 +49,8 @@ Tested on OCaml 4.14.2 (the constraint in `dune-project` is `>=` ├── js/ # `js_of_ocaml` playground (built into `playground.bc.js`) ├── .machine_readable/ # Machine-readable metadata (`.a2ml`) — see 0-AI-MANIFEST.a2ml ├── .github/ # CI workflows, issue templates + │ └── CONTRIBUTING.md # This file ├── CODE_OF_CONDUCT.md - ├── CONTRIBUTING.md # This file ├── LICENSE / LICENSES # MIT OR AGPL-3.0-or-later ├── MAINTAINERS.adoc ├── README.adoc