Commit 6bf8672
authored
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments