Skip to content

Commit 58f5c3a

Browse files
authored
docs: 📝 add contributors list section to README and website (#172)
# Description This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 63ce9bd commit 58f5c3a

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ Please note that this project is released with a [Contributor Code of
4646
Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree
4747
to abide by its terms.
4848

49+
### Contributors
50+
51+
These are the people who have contributed by submitting changes through
52+
pull requests :tada:
53+
54+
[@lwjohnst86](https://github.com/lwjohnst86),
55+
[@martonvago](https://github.com/martonvago),
56+
[@signekb](https://github.com/signekb)
57+
4958
## Licensing
5059

5160
This project is licensed under the [MIT License](LICENSE.md).

README.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ to abide by its terms.
4040
### Contributors
4141

4242
{{< include /_contributors.qmd >}}
43-
:::
4443

4544
## Licensing
4645

index.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ We would love your feedback or contributions! Head over to our [GitHub
6666
repository](https://github.com/{{< meta gh.org >}}/{{< meta gh.repo >}}) to
6767
share your ideas or contribute code. Your input makes us better!
6868

69+
### Contributors
70+
71+
{{< include /_contributors.qmd >}}
72+
6973
## Licensing
7074

7175
This project is licensed under the [MIT License](/LICENSE.md).

0 commit comments

Comments
 (0)