mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 16:38:34 +02:00
📝 Reorganize docs + add contributing guide (#687)
This commit is contained in:
parent
ebf78f5a84
commit
216532db30
21 changed files with 256 additions and 70 deletions
40
apps/docs/contribute/introduction.mdx
Normal file
40
apps/docs/contribute/introduction.mdx
Normal file
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
title: Introduction
|
||||
icon: hand-holding-heart
|
||||
description: Help us make Rallly better
|
||||
---
|
||||
|
||||
If you enjoy using Rallly and would like to contribute to its development, here are a few ways you can help out.
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="Donate" icon="coins" href="/contribute/donations">
|
||||
Help fund this project
|
||||
</Card>
|
||||
<Card title="Translate" icon="globe" href="/contribute/translations">
|
||||
Help translate Rallly into your language
|
||||
</Card>
|
||||
<Card
|
||||
title="Report a Bug"
|
||||
icon="bug"
|
||||
href="https://github.com/lukevella/rallly/issues/new?assignees=&labels=bug&template=---bug-report.md&title="
|
||||
>
|
||||
Help us find and fix bugs
|
||||
</Card>
|
||||
<Card title="Documentation" icon="book" href="/contribute/documentation">
|
||||
Help improve our documentation
|
||||
</Card>
|
||||
<Card
|
||||
title="Leave a review on Trustpilot"
|
||||
icon="star"
|
||||
href="https://www.trustpilot.com/review/rallly.co"
|
||||
>
|
||||
Help spread the word
|
||||
</Card>
|
||||
<Card
|
||||
title="Follow @ralllyco on Twitter"
|
||||
icon="twitter"
|
||||
href="https://twitter.com/ralllyco"
|
||||
>
|
||||
Help us grow our community
|
||||
</Card>
|
||||
</CardGroup>
|
Loading…
Add table
Add a link
Reference in a new issue