import { Meta, Title, Subtitle } from '@storybook/addon-docs/blocks'
import { LifecycleTag } from '../../components'

<Meta title="Introduction/Contributing" />

<Title>Contributing</Title>
<Subtitle>
  Help us improve the blocks library by using it, providing feedback, and
  sharing what you're building.
</Subtitle>

## Use It

The best way to contribute is to **use the blocks library** in your projects. Try out the components, experiment with different patterns, and see how they work in real-world scenarios.

## Join Our Slack Channel

Connect with the team and other developers:

- **Get help** with implementation questions
- **Share your experiences** using the components
- **Discuss ideas** for new features or improvements

## Give Us Feedback

We want to hear from you! Tell us:

- **What you're building** with the blocks library
- **What components you need** that aren't available yet
- **What's working well** and what could be improved
- **Any bugs or issues** you encounter
- **Ideas for new features** or component variants

## For Internal Contributors

If you're part of the frontend team with repo access:

- **Small changes and bug fixes**: Submit PRs directly
- **Larger features**: Contact Alejandro or Justin first
- **Design system compliance**: Use semantic tokens, avoid hardcoded colors
- **Documentation**: Update stories and MDX files when adding components

Thanks for helping us build a better design system! 🚀
