Skip to content

Commit c89afd4

Browse files
fix(docs): list the contributing guide where it actually lives (#56)
The "Repository Structure" block still 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. This is the only change: the entry moves under the tree's existing `.github/` branch, at the block's own comment column. The tree already rendered correctly and its layout is untouched.
1 parent 7329ceb commit c89afd4

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
@@ -39,11 +39,11 @@ anytype/
3939
│ └── contractiles/ # Policy contracts (k9, dust, lust, must, trust)
4040
├── .well-known/ # Protocol files (Perimeter 1-3)
4141
├── .github/ # GitHub config (Perimeter 1)
42+
│ ├── CONTRIBUTING.md # This file
4243
│ ├── ISSUE_TEMPLATE/
4344
│ └── workflows/
4445
├── CHANGELOG.md
4546
├── CODE_OF_CONDUCT.md
46-
├── CONTRIBUTING.md # This file
4747
├── GOVERNANCE.md
4848
├── LICENSE
4949
├── MAINTAINERS.md

0 commit comments

Comments
 (0)