RDS is open source. Every contribution — big or small — makes it better.
Open a GitHub issue with steps to reproduce.
Open a discussion with your use case.
Fix typos, clarify examples, add missing props.
Build a component or fix a bug yourself.
# 1. Fork and clone the repogit clone https://github.com/YOUR_USERNAME/rds.gitcd rds# 2. Install dependenciesnpm install# 3. Start the dev servernpm run devOpen http://localhost:3000 to see the docs site.
Before opening a PR, make sure your contribution:
src/app/elements/[category]/[name]/page.tsxWe follow the Contributor Covenant. Be kind, be constructive, be helpful.
New to open source? Issues labeled good first issue are a great place to start. View open issues →