Skip to content

Commit da3b301

Browse files
committed
docs: replace manual contributor list with auto-updating grid
CONTRIBUTORS.md required contributors to append their own handle, which added friction to every PR and would drift the moment someone forgot. The README now renders the contributors graph directly, so recognition is automatic. Drops the file and the three references to it in README, CONTRIBUTING, and ARCHITECTURE.
1 parent 53aa114 commit da3b301

4 files changed

Lines changed: 5 additions & 20 deletions

File tree

ARCHITECTURE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ studymap/
4646
├── CHANGELOG.md
4747
├── CODE_OF_CONDUCT.md
4848
├── CONTRIBUTING.md
49-
├── CONTRIBUTORS.md
5049
├── LICENSE
5150
├── README.md
5251
├── SECURITY.md

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ Optional scope in parens: `feat(calendar): add today label`. One logical change
132132

133133
## Get recognized
134134

135-
First merged PR? Add your GitHub handle to [CONTRIBUTORS.md](CONTRIBUTORS.md), in the
136-
same PR or a quick follow-up.
135+
Nothing to do. Once your PR is merged, your avatar appears in the Contributors
136+
section of the [README](README.md) automatically.
137137

138138
## House rules
139139

CONTRIBUTORS.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ New here? Start with an issue tagged [`good first issue`](https://github.com/Stu
7272

7373
## Contributors
7474

75-
See [CONTRIBUTORS.md](CONTRIBUTORS.md).
75+
Thanks to everyone who has added a place, fixed the map, or improved the docs.
76+
77+
[![Contributors](https://contrib.rocks/image?repo=StudentSuite/StudyMap)](https://github.com/StudentSuite/StudyMap/graphs/contributors)
7678

7779
## License
7880

0 commit comments

Comments
 (0)