diff options
author | Chris Swithinbank | 2023-05-15 23:20:03 +0200 |
---|---|---|
committer | Chris Swithinbank | 2023-05-15 23:20:03 +0200 |
commit | cd1a6c9214d465cd388c856d9614703d2cdfe7ea (patch) | |
tree | b1929acb5efddcd3f0efc6d51d33c7a4a52b78e0 | |
parent | f247f36b3ae3798097ce0215e810ffd02011c07b (diff) | |
download | IT.starlight-cd1a6c9214d465cd388c856d9614703d2cdfe7ea.tar.gz IT.starlight-cd1a6c9214d465cd388c856d9614703d2cdfe7ea.tar.bz2 IT.starlight-cd1a6c9214d465cd388c856d9614703d2cdfe7ea.zip |
Add CONTRIBUTING link to README
-rw-r--r-- | packages/starlight/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/starlight/README.md b/packages/starlight/README.md index 07408402..594db937 100644 --- a/packages/starlight/README.md +++ b/packages/starlight/README.md @@ -12,6 +12,9 @@ Starlight is a documentation website framework for [Astro][astro]. ## Contributing +Join us as a Starlight contributor! These links will help you get started: + +- [Contributor Manual][contributing] - [Code of Conduct][coc] - [Community Guide][community] @@ -23,6 +26,7 @@ Copyright (c) 2023–present [Starlight contributors][contributors] [astro]: https://astro.build/ [docs]: https://starlight.astro.build/ +[contributing]: https://github.com/withastro/starlight/blob/main/CONTRIBUTING.md [coc]: https://github.com/withastro/.github/blob/main/CODE_OF_CONDUCT.md [community]: https://github.com/withastro/.github/blob/main/COMMUNITY_GUIDE.md [contributors]: https://github.com/withastro/starlight/graphs/contributors |