Skip to content

Commit 83555ec

Browse files
authored
docs: 📝 add contributors to README (#174)
# Description The `_contributors.yml` file was created from `just run-all`. So this updates the README with them. This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent c0e57d2 commit 83555ec

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@ Please note that this project is released with a [Contributor Code of
6969
Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree
7070
to abide by its terms.
7171

72+
### Contributors
73+
74+
The following people contributed by submitting pull requests :tada:
75+
76+
[@lwjohnst86](https://github.com/lwjohnst86),
77+
[@signekb](https://github.com/signekb),
78+
[@K-Beicher](https://github.com/K-Beicher),
79+
[@martonvago](https://github.com/martonvago),
80+
[@rqding](https://github.com/rqding)
81+
7282
## Licensing
7383

7484
This project is licensed under the [CC-BY-4.0 License](LICENSE.md).

README.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ Please note that this project is released with a [Contributor Code of
6363
Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree
6464
to abide by its terms.
6565

66+
### Contributors
67+
68+
{{< include /includes/_contributors.qmd >}}
69+
6670
## Licensing
6771

6872
This project is licensed under the [CC-BY-4.0 License](LICENSE.md).

includes/_contributors.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The following people contributed by submitting pull requests :tada:
2+
3+
[\@lwjohnst86](https://github.com/lwjohnst86), [\@signekb](https://github.com/signekb), [\@K-Beicher](https://github.com/K-Beicher), [\@martonvago](https://github.com/martonvago), [\@rqding](https://github.com/rqding)

0 commit comments

Comments
 (0)