Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: and Carbon champion names #3756

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 40 additions & 25 deletions src/pages/contributing/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ designers and developers. Anyone can contribute code, design, and documentation.
<AnchorLinks>

<AnchorLink>Get started</AnchorLink>
<AnchorLink>Contribution gallery</AnchorLink>
<AnchorLink>Carbon champions</AnchorLink>
<AnchorLink>Types of contribution</AnchorLink>
<AnchorLink>The process</AnchorLink>
Expand All @@ -34,28 +33,44 @@ stop on by. We'll help you find an appropriate first contribution depending on
your skills and interests. Read on to learn about common types of contributions
and the process.

## Contribution gallery
## Carbon champions

In the past year, Carbon contributors have added features to components,
improved the React testing suite, created image production guidelines in Figma,
and so much more! Explore the gallery below to see a small sample of finished
projects.
Many thanks to our 2023 Carbon champions for making significant contributions to
the design system.

<iframe
class="airtable-embed"
src="https://airtable.com/embed/appuREd5slHj4VLfl/shrv9yRexbUjzn4pJ?backgroundColor=cyanDusty&viewControls=on"
frameborder="0"
onmousewheel=""
width="100%"
height="533"
style="background: transparent; border: 1px solid #ccc;"
></iframe>
<Row className="mobile-columns">
<Column className="one" colSm={2} colMd={2} colLg={3}>

## Carbon champions
**Kylee Barnard**<br />Community support<br /> <br /> **Michael Barrera**<br />
Typescript<br /><br /> **Patrick Clough**<br /> Figma<br /><br /> **Enzo
Colasante**<br /> Charts Figma Kit

</Column>

<Column className="one" colSm={2} colMd={2} colLg={3}>

**Matt Gallo**<br /> React Testing Library<br /><br /> **Valerie Garza**<br />
Gantt chart<br /><br /> **Michael Gower**<br /> Accessibility<br /><br /> **Mark
Judy**<br /> Typescript

</Column>

<Column className="one" colSm={2} colMd={2} colLg={3}>

**Chris Knabe**<br /> React Testing Library**<br /><br /> Marcin
Lewandowski**<br /> Typescript<br /><br /> **Jessica Lin**<br />
Accessibility<br /><br /> **Amaya Mali**<br /> Gantt chart

</Column>

<Column className="one" colSm={2} colMd={2} colLg={3}>

**Tom Roach**<br /> Community support<br /><br />**Eugene To **<br />
Figma<br /><br /> **Shankar Venkatachalam** <br /> Create React App<br /><br />
**Colleen Yates**<br /> lllustration Guild

Many thanks to our 2023 Carbon champions. Know someone who deserves recognition?
Fill out the
[nomination form](https://airtable.com/appOVMXJWJgb6dwhX/shrkMzlvQhPBB6UnX).
</Column>
</Row>

## Types of contribution

Expand All @@ -72,7 +87,7 @@ in our enhancement backlog that need design or development work.

### Design kits

This work is all about creating and updating reusable components is Figma.
This work is all about creating and updating reusable components in Figma.
You'll get valuable Figma experience and will collaborate with the Figma Guild.
Check out the
[status of design kits](https://www.figma.com/file/CFMtqV5Nztdbm0mi2UiDLg/Library-%2B-Template-Planning?type=design&node-id=3713-26762&mode=design&t=HqvAYXUeccKNMstT-0)
Expand Down Expand Up @@ -112,12 +127,12 @@ to follow. Here's what it looks like:
#### Volunteer for existing work

The best way to volunteer is to look through
[existing GitHub issues](https://github.com/carbon-design-system/carbon/issues?q=is%3Aopen+is%3Aissue+label%3A%22community+contribution%22)
labeled with `community contribution`. You can also filter by
[developer](https://github.com/carbon-design-system/carbon/issues?q=is%3Aopen+is%3Aissue+label%3A%22community+contribution%22++label%3A%22role%3A+dev+%F0%9F%A4%96%22_)
[existing GitHub issues](https://github.com/carbon-design-system/carbon/issues?q=is%3Aopen+is%3Aissue+label%3A%22needs%3A+community+contribution%22+)
labeled with `needs: community contribution`. You can also filter by
[code](https://github.com/carbon-design-system/carbon/issues?q=is%3Aopen+is%3Aissue+label%3A%22needs%3A+community+contribution%22+label%3A%22needs%3A+code+contribution%22+)
or
[designer](https://github.com/carbon-design-system/carbon/issues?q=is%3Aopen+is%3Aissue+label%3A%22community+contribution%22++label%3A%22role%3A+design+%3Apencil2%3A%22+)
roles. Put a comment in the issue saying you'd like to help.
[design](https://github.com/carbon-design-system/carbon/issues?q=is%3Aopen+is%3Aissue+label%3A%22needs%3A+community+contribution%22+label%3A%22needs%3A+design+contribution%22+)
work. Put a comment in the issue saying you'd like to help.

The Carbon team is also happy to help you find a good first issue. Just stop by
our [office hours](/whats-happening/meetups/) or send us a slack message.
Expand Down
Loading