Skip to content

Commit 6bf8672

Browse files
fix(docs): list the contributing guide where it actually lives (#74)
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. --- The contributing guide was instantiated from the estate template and kept one of the template's tokens verbatim: `{{MAIN_BRANCH}}`, in > 2. Check if it's already fixed in `{{MAIN_BRANCH}}` The token is correct in the template itself, but a reader of this repository sees it literally. It resolves to this repository's default branch. One token — nothing else in the guide changes.
1 parent c4b20f3 commit 6bf8672

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ rattlescript/
3939
│ └── contractiles/ # Policy contracts (k9, dust, intend, 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
@@ -62,7 +62,7 @@ rattlescript/
6262
6363
**Before reporting**:
6464
1. Search existing issues
65-
2. Check if it's already fixed in `{{MAIN_BRANCH}}`
65+
2. Check if it's already fixed in `main`
6666
3. Determine which perimeter the bug affects
6767
6868
**When reporting**:

0 commit comments

Comments
 (0)