Skip to content

Commit 6aaa874

Browse files
committed
docs: clarify maintainer-layer value
1 parent 1c55fb1 commit 6aaa874

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
- Clarified that the validation script describes the source-repository baseline and can be replaced or trimmed by downstream repositories.
88
- Tightened the reuse guidance around release/version alignment and example adoption notes.
9+
- Clarified the maintainer-layer problem this repository is meant to solve for small public OSS projects.
910

1011
## [0.1.4] - 2026-03-20
1112

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Good contributions include:
1717
- improving repository templates
1818
- clarifying issue intake or review rules
1919
- expanding examples with real OSS maintenance scenarios
20+
- making the maintainer-layer value easier to understand for small public projects
2021

2122
Out of scope by default:
2223

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ This repository gives OSS maintainers a small, reusable starting point for day-t
1414

1515
It is intentionally not an app starter. It is a repository operations starter.
1616

17+
## Why this layer matters
18+
19+
Small OSS projects often rebuild the same maintainer-facing surface from scratch:
20+
21+
- how issues get triaged
22+
- what a pull request should include
23+
- how releases are checked before tagging
24+
- where ownership and security contacts live in public
25+
26+
This repository exists to keep that layer reusable, inspectable, and easy to adapt without turning it into a larger framework.
27+
1728
## Who should use it
1829

1930
- solo maintainers who need a clear public maintenance structure

0 commit comments

Comments
 (0)