From cd1a6c9214d465cd388c856d9614703d2cdfe7ea Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Mon, 15 May 2023 23:20:03 +0200 Subject: Add CONTRIBUTING link to README --- packages/starlight/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit