Skip to content

Commit 9833ae0

Browse files
committed
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.
1 parent f69d447 commit 9833ae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Tested on OCaml 4.14.2 (the constraint in `dune-project` is `>=`
4949
├── js/ # `js_of_ocaml` playground (built into `playground.bc.js`)
5050
├── .machine_readable/ # Machine-readable metadata (`.a2ml`) — see 0-AI-MANIFEST.a2ml
5151
├── .github/ # CI workflows, issue templates
52+
│ └── CONTRIBUTING.md # This file
5253
├── CODE_OF_CONDUCT.md
53-
├── CONTRIBUTING.md # This file
5454
├── LICENSE / LICENSES # MIT OR AGPL-3.0-or-later
5555
├── MAINTAINERS.adoc
5656
├── README.adoc

0 commit comments

Comments
 (0)